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 | ????至? | 00111111001111110011111100111111100011101000101000111111 | 3f3f3f3f8e8a3f |
EUC-JP | ????至? | 00111111001111110011111100111111101110111110101000111111 | 3f3f3f3fbbea3f |
UTF-8 | 뤙굴쐬렋至렱 | 111010111010010010011001111010101011010110110100111011001001000010101100111010111010000010001011111010001000011110110011111010111010000010110001 | eba499eab5b4ec90aceba08be887b3eba0b1 |
UHC | 뤙굴쐬렋至렱 | 100011111100100010110001101111001011110111111101100011101010001011110010101110001000111010111110 | 8fc8b1bcbdfd8ea2f2b88ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)