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 | ?ン癸∨ | 00111111100000111001001111100001101000011000000111001001 | 3f8393e1a181c9 |
EUC-JP | ?ン癸∨ | 00111111101001011111001111100010101000111010001011001011 | 3fa5f3e2a3a2cb |
UTF-8 | 뤚ン癸∨ | 111010111010010010011010111000111000001110110011111001111001100110111000111000101000100010101000 | eba49ae383b3e799b8e288a8 |
UHC | 뤚ン癸∨ | 1000111111001001101010111111001111001101101001001010000111111101 | 8fc9abf3cda4a1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)