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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 犲珈珈^ | 11100000101110101110000011011011111000001101101101011110 | e0bae0dbe0db5e |
EUC-JP | 犲珈珈^ | 11100000101111001110000011011101111000001101110101011110 | e0bce0dde0dd5e |
UTF-8 | 犲珈珈^ | 11100111100010101011001011100111100011111000100011100111100011111000100001011110 | e78ab2e78f88e78f885e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)