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 | ??P?? | 0011111100111111010100000011111100111111 | 3f3f503f3f |
SJIS-WIN | 障?P瀞? | 10001111111000010011111101010000100100111101001000111111 | 8fe13f5093d23f |
EUC-JP | 障?P瀞? | 10111110111000110011111101010000110001101101010000111111 | bee33f50c6d43f |
UTF-8 | 障렚P瀞큇 | 11101001100110101001110011101011101000001001101001010000111001111000000010011110111011011000000110000111 | e99a9ceba09a50e7809eed8187 |
UHC | 障렚P瀞큇 | 111011101010000110001110101011010101000011101111111001111100010110100011 | eea18ead50efe7c5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)