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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 褥ョズ橈 | 1110010111110001100000111000011110000011010110011001111011110100 | e5f1838783599ef4 |
EUC-JP | 褥ョズ橈 | 1110101011110011101001011110011110100101101110101101110011110110 | eaf3a5e7a5badcf6 |
UTF-8 | 褥ョズ橈 | 111010001010010010100101111000111000001110100111111000111000001010111010111001101010100110001000 | e8a4a5e383a7e382bae6a988 |
UHC | 褥ョズ橈 | 1110100110110011101010111110011110101011101110101110100011111010 | e9b3abe7abbae8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)