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 | ??筬朝 | 001111110011111111100010101010111001001010101001 | 3f3fe2ab92a9 |
EUC-JP | ??筬朝 | 001111110011111111100100101011011100010010101011 | 3f3fe4adc4ab |
UTF-8 | 솩섕筬朝 | 111011001000011010101001111011001000010010010101111001111010110110101100111001101001110010011101 | ec86a9ec8495e7adace69c9d |
UHC | 솩섕筬朝 | 1011110011011110101111001010110011100000111111101111000011001000 | bcdebcace0fef0c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)