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 | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 褥ф?P | 111001011111000110000100100001100011111101010000 | e5f184863f50 |
EUC-JP | 褥ф?P | 111010101111001110100111111001100011111101010000 | eaf3a7e63f50 |
UTF-8 | 褥ф꼇P | 111010001010010010100101110100011000010011101010101111001000011101010000 | e8a4a5d184eabc8750 |
UHC | 褥ф꼇P | 11101001101100111010110011100110101100101011101101010000 | e9b3ace6b2bb50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)