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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 諠滕万縺 | 1110011010000011100111111110110010010110100111001110001110000001 | e6839fec969ce381 |
EUC-JP | 諠滕万縺 | 1110101111100011110111101110111011001011111111001110010111100001 | ebe3deeecbfce5e1 |
UTF-8 | 諠滕万縺 | 111010001010101110100000111001101011101110010101111001001011100010000111111001111011100010111010 | e8aba0e6bb95e4b887e7b8ba |
UHC | ??万? | 0011111100111111110110001011001000111111 | 3f3fd8b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)