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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??脾存ゴ◇ | 00111111001111111110010001000010100100011011011010000011010100111000000110011110 | 3f3fe44291b68353819e |
EUC-JP | ??脾存ゴ◇ | 00111111001111111110011110100011110000101011100010100101101101001010000111111110 | 3f3fe7a3c2b8a5b4a1fe |
UTF-8 | 룶뇟脾存ゴ◇ | 111010111010001110110110111010111000011110011111111010001000010010111110111001011010110110011000111000111000001010110100111000101001011110000111 | eba3b6eb879fe884bee5ad98e382b4e29787 |
UHC | 룶뇟脾存ゴ◇ | 100011111010101110110100101000011101111010100001111100001110110110101011101101001010000111011110 | 8fabb4a1dea1f0edabb4a1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)