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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??脾存ゴ | 0011111100111111111001000100001010010001101101101000001101010011 | 3f3fe44291b68353 |
EUC-JP | ??脾存ゴ | 0011111100111111111001111010001111000010101110001010010110110100 | 3f3fe7a3c2b8a5b4 |
UTF-8 | 룶뇟脾存ゴ | 111010111010001110110110111010111000011110011111111010001000010010111110111001011010110110011000111000111000001010110100 | eba3b6eb879fe884bee5ad98e382b4 |
UHC | 룶뇟脾存ゴ | 10001111101010111011010010100001110111101010000111110000111011011010101110110100 | 8fabb4a1dea1f0edabb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)