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 | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 巽蔵袖G | 10010010010001101001000110100000100100011011001101000111 | 924691a091b347 |
EUC-JP | 巽蔵袖G | 11000011101001111100001010100010110000101011010101000111 | c3a7c2a2c2b547 |
UTF-8 | 巽蔵袖G | 11100101101101111011110111101000100101001011010111101000101000101001011001000111 | e5b7bde894b5e8a29647 |
UHC | 巽?袖G | 111000011101111000111111111000101100000001000111 | e1de3fe2c047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)