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 | 熱?礪 | 1001010001001101001111111110000111101000 | 944d3fe1e8 |
EUC-JP | 熱?礪 | 1100011110101110001111111110001011101010 | c7ae3fe2ea |
UTF-8 | 熱듬礪 | 111001111000011010110001111010111001001110101100111001111010010010101010 | e786b1eb93ace7a4aa |
UHC | 熱듬礪 | 111001101111000010110101111010111101010111101100 | e6f0b5ebd5ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)