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 | ???躍?? | 00111111001111110011111110010110111101000011111100111111 | 3f3f3f96f43f3f |
EUC-JP | 髥??躍?? | 100011111110100111110000001111110011111111001100111101100011111100111111 | 8fe9f03f3fccf63f3f |
UTF-8 | 髥깑뢌躍릣돮 | 111010011010101110100101111010101011100110010001111010111010001010001100111010001011101010001101111010111010011010100011111010111000111110101110 | e9aba5eab991eba28ce8ba8deba6a3eb8fae |
UHC | 髥깑뢌躍릣돮 | 111001111010001110000011100010111000111101001000111001011011100010010000100001011000100110110001 | e7a3838b8f48e5b8908589b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)