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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 逡???弔? | 1110011110010101001111110011111100111111100100101010001000111111 | e7953f3f3f92a23f |
EUC-JP | 逡???弔? | 1110110111110101001111110011111100111111110001001010010000111111 | edf53f3f3fc4a43f |
UTF-8 | 逡肋렰렫弔렩 | 111010011000000010100001111011111010010110010011111010111010000010110000111010111010000010101011111001011011110010010100111010111010000010101001 | e980a1efa593eba0b0eba0abe5bc94eba0a9 |
UHC | 逡肋렰렫弔렩 | 111100011110010011010010111100011000111010111101100011101011100111110000110000001000111010110111 | f1e4d2f18ebd8eb9f0c08eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)