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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霑叱渹゙螂鉐 | 1110100010111111100011101011011011111011010001101101111011100101101001011110011111101111 | e8bf8eb6fb46dee5a5e7ef |
EUC-JP | 霑叱渹゙螂鉐 | 11110000110000011011110010111000100011111100011111101110100011101101111011101010101001111110111011110001 | f0c1bcb88fc7ee8edeeaa7eef1 |
UTF-8 | 霑叱渹゙螂鉐 | 111010011001110010010001111001011000111110110001111001101011100010111001111011111011111010011110111010001001111010000010111010011000100110010000 | e99c91e58fb1e6b8b9efbe9ee89e82e98990 |
UHC | 霑叱??螂? | 111011111100010111110010111010100011111100111111110101011100110000111111 | efc5f2ea3f3fd5cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)