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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 熱???∽ | 10010100010011010011111100111111001111111000000111100100 | 944d3f3f3f81e4 |
EUC-JP | 熱??庾∽ | 110001111010111000111111001111111000111110111100110011101010001011100110 | c7ae3f3f8fbccea2e6 |
UTF-8 | 熱듬끝庾∽ | 111001111000011010110001111010111001001110101100111010111000000110011101111001011011101010111110111000101000100010111101 | e786b1eb93aceb819de5babee288bd |
UHC | 熱듬끝庾∽ | 11100110111100001011010111101011101100111010000111101010111011001010000111101111 | e6f0b5ebb3a1eaeca1ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)