To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 赱シ蟆コ跛 | 1110011011011111101111001110010110110000101110101110011011101010 | e6dfbce5b0bae6ea |
EUC-JP | 赱シ蟆コ跛 | 11101100111000011000111010111100111010101011001010001110101110101110110011101100 | ece18ebceab28ebaecec |
UTF-8 | 赱シ蟆コ跛 | 111010001011010110110001111011111011110110111100111010001001111110000110111011111011110110111010111010001011011110011011 | e8b5b1efbdbce89f86efbdbae8b79b |
UHC | ????跛 | 001111110011111100111111001111111111011111110101 | 3f3f3f3ff7f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)