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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 裔コh裔 | 111001011110000110111010011010001110010111100001 | e5e1ba68e5e1 |
EUC-JP | 裔コh裔 | 11101010111000111000111010111010011010001110101011100011 | eae38eba68eae3 |
UTF-8 | 裔コh裔 | 11101000101000111001010011101111101111011011101001101000111010001010001110010100 | e8a394efbdba68e8a394 |
UHC | 裔?h裔 | 111001111110000000111111011010001110011111100000 | e7e03f68e7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)