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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 獄??節?] | 1000110110010110001111110011111110010000110111110011111101011101 | 8d963f3f90df3f5d |
EUC-JP | 獄??節?] | 1011100111110110001111110011111111000000111000010011111101011101 | b9f63f3fc0e13f5d |
UTF-8 | 獄기돧節꼒] | 11100111100011011000010011101010101110001011000011101011100011111010011111100111101011111000000011101010101111001001001001011101 | e78d84eab8b0eb8fa7e7af80eabc925d |
UHC | 獄기돧節꼒] | 1110100010101011101100011110001010001001101010111110111110111101100001000110100101011101 | e8abb1e289abefbd84695d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)