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 | 00111111001111110011111101001011 | 3f3f3f4b |
SJIS-WIN | 塋m?K | 100110101100100010000010100011010011111101001011 | 9ac8828d3f4b |
EUC-JP | 塋m?K | 110101001100101010100011111011010011111101001011 | d4caa3ed3f4b |
UTF-8 | 塋m뱮K | 11100101101000011000101111101111101111011000110111101011101100011010111001001011 | e5a18befbd8debb1ae4b |
UHC | 塋m뱮K | 11100111101010111010001111101101100100111001010001001011 | e7aba3ed93944b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)