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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 溏鳰詼 | 100111111110110111101001111010101110011001101010 | 9fede9eae66a |
EUC-JP | 溏鳰詼 | 110111101110111111110010111011001110101111001011 | deeff2ecebcb |
UTF-8 | 溏鳰詼 | 111001101011101010001111111010011011001110110000111010001010100110111100 | e6ba8fe9b3b0e8a9bc |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)