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 | ??ュ⊂ | 001111110011111110000011100001011000000110111100 | 3f3f838581bc |
EUC-JP | ??ュ⊂ | 001111110011111110100101111001011010001010111110 | 3f3fa5e5a2be |
UTF-8 | 룶혧ュ⊂ | 111010111010001110110110111011011001100010100111111000111000001110100101111000101000101010000010 | eba3b6ed98a7e383a5e28a82 |
UHC | 룶혧ュ⊂ | 1000111110101011110000101000111110101011111001011010000111111000 | 8fabc28fabe5a1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)