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 | 啼?蟻?迪 | 1001101001100101001111111000101101100001001111111110011110001100 | 9a653f8b613fe78c |
EUC-JP | 啼?蟻?迪 | 1101001111000110001111111011010111000010001111111110110111101100 | d3c63fb5c23fedec |
UTF-8 | 啼렏蟻렠迪 | 111001011001010110111100111010111010000010001111111010001001111110111011111010111010000010100000111010001011111110101010 | e595bceba08fe89fbbeba0a0e8bfaa |
UHC | 啼렏蟻렠迪 | 11110000101001101000111010100101111010111111110010001110101100011110111011101000 | f0a68ea5ebfc8eb1eee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)