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 | ??額朝 | 001111110011111110001010011110101001001010101001 | 3f3f8a7a92a9 |
EUC-JP | ??額朝 | 001111110011111110110011110110111100010010101011 | 3f3fb3dbc4ab |
UTF-8 | 솩섕額朝 | 111011001000011010101001111011001000010010010101111010011010000110001101111001101001110010011101 | ec86a9ec8495e9a18de69c9d |
UHC | 솩섕額朝 | 1011110011011110101111001010110011100100111111101111000011001000 | bcdebcace4fef0c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)