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 | ???P??? | 00111111001111110011111101010000001111110011111100111111 | 3f3f3f503f3f3f |
SJIS-WIN | 曜??P??? | 1001011101101010001111110011111101010000001111110011111100111111 | 976a3f3f503f3f3f |
EUC-JP | 曜??P??? | 1100110111001011001111110011111101010000001111110011111100111111 | cdcb3f3f503f3f3f |
UTF-8 | 曜쒕젡P緣욏걞 | 11100110100110111001110011101100100100101001010111101100101000001010000101010000111001111011011110100011111011001001101010001111111010101011000110011110 | e69b9cec9295eca0a150e7b7a3ec9a8feab19e |
UHC | 曜쒕젡P緣욏걞 | 11101000111110001001110011101011101000001001101001010000111001101101111010011110111011011000000110000111 | e8f89ceba09a50e6de9eed8187 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)