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 | ??K | 001111110011111101001011 | 3f3f4b |
SJIS-WIN | 祀瓸K | 1110001001001010111000010100100001001011 | e24ae1484b |
EUC-JP | 祀瓸K | 1110001110101011111000011010100101001011 | e3abe1a94b |
UTF-8 | 祀瓸K | 11100111101001011000000011100111100100111011100001001011 | e7a580e793b84b |
UHC | 祀?K | 11011110111001010011111101001011 | dee53f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)