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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 葹馬禁 | 111001001101111110010100011011101000101111010110 | e4df946e8bd6 |
EUC-JP | 葹馬禁 | 111010001110000111000111110011111011011011011000 | e8e1c7cfb6d8 |
UTF-8 | 葹馬禁 | 111010001001000110111001111010011010011010101100111001111010011010000001 | e891b9e9a6ace7a681 |
UHC | ?馬禁 | 0011111111011000101010011101000011010111 | 3fd8a9d0d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)