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 | _å¾ | 100010100101111110010000111001011001011110111110 | 8a5f90e597be |
SJIS-WIN | ?_???? | 001111110101111100111111001111110011111100111111 | 3f5f3f3f3f3f |
EUC-JP | ?_?å?? | 0011111101011111001111111000111110101011101010010011111100111111 | 3f5f3f8faba93f3f |
UTF-8 | _å¾ | 1100001010001010010111111100001010010000110000111010010111000010100101111100001010111110 | c28a5fc290c3a5c297c2be |
UHC | ?_???¾ | 00111111010111110011111100111111001111111010100011111010 | 3f5f3f3f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)