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 | ?篁翫曝 | 00111111111000101011100110001010111000111001010010011000 | 3fe2b98ae39498 |
EUC-JP | ?篁翫曝 | 00111111111001001011101110110100111001011100011111111000 | 3fe4bbb4e5c7f8 |
UTF-8 | 뤗篁翫曝 | 111010111010010010010111111001111010111110000001111001111011111110101011111001101001101110011101 | eba497e7af81e7bfabe69b9d |
UHC | 뤗篁翫曝 | 1000111111000111111111001101011011101000110100011111100011101101 | 8fc7fcd6e8d1f8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)