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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 嘆造G | 1001001001010001100100011010001001000111 | 925191a247 |
EUC-JP | 嘆造G | 1100001110110010110000101010010001000111 | c3b2c2a447 |
UTF-8 | 嘆造G | 11100101100110001000011011101001100000001010000001000111 | e59886e980a047 |
UHC | 嘆造G | 1111011110100011111100001110001101000111 | f7a3f0e347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)