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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 獄??節?\ | 1000110110010110001111110011111110010000110111110011111101011100 | 8d963f3f90df3f5c |
EUC-JP | 獄??節?\ | 1011100111110110001111110011111111000000111000010011111101011100 | b9f63f3fc0e13f5c |
UTF-8 | 獄기돧節꼟\ | 11100111100011011000010011101010101110001011000011101011100011111010011111100111101011111000000011101010101111001001111101011100 | e78d84eab8b0eb8fa7e7af80eabc9f5c |
UHC | 獄기돧節꼟\ | 1110100010101011101100011110001010001001101010111110111110111101100001000111011001011100 | e8abb1e289abefbd84765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)