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 | 蚓?才?綜 | 1110010101101101001111111000110111001011001111111001000110001110 | e56d3f8dcb3f918e |
EUC-JP | 蚓?才?綜 | 1110100111001110001111111011101011001101001111111100000111101110 | e9ce3fbacd3fc1ee |
UTF-8 | 蚓렖才렭綜 | 111010001001101010010011111010111010000010010110111001101000100110001101111010111010000010101101111001111011011010011100 | e89a93eba096e6898deba0ade7b69c |
UHC | 蚓렖才렭綜 | 11101100111000101000111010101011111011101010011010001110101110101111000011111100 | ece28eabeea68ebaf0fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)