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 | ?篁翫恥 | 00111111111000101011100110001010111000111001001001110000 | 3fe2b98ae39270 |
EUC-JP | ?篁翫恥 | 00111111111001001011101110110100111001011100001111010001 | 3fe4bbb4e5c3d1 |
UTF-8 | 뤗篁翫恥 | 111010111010010010010111111001111010111110000001111001111011111110101011111001101000000110100101 | eba497e7af81e7bfabe681a5 |
UHC | 뤗篁翫恥 | 1000111111000111111111001101011011101000110100011111011010111011 | 8fc7fcd6e8d1f6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)