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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 浴??h浴?? | 100101111000000100111111001111110110100010010111100000010011111100111111 | 97813f3f6897813f3f |
EUC-JP | 浴??h浴?? | 110011011110000100111111001111110110100011001101111000010011111100111111 | cde13f3f68cde13f3f |
UTF-8 | 浴덁많h浴덁많 | 11100110101101011011010011101011100011011000000111101011101001111000111001101000111001101011010110110100111010111000110110000001111010111010011110001110 | e6b5b4eb8d81eba78e68e6b5b4eb8d81eba78e |
UHC | 浴덁많h浴덁많 | 11101001101100011000100011100100101110001011100101101000111010011011000110001000111001001011100010111001 | e9b188e4b8b968e9b188e4b8b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)