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 | 蟶琺灣 | 111001011011100011100000111010011110000001110011 | e5b8e0e9e073 |
EUC-JP | 蟶琺灣 | 111010101011101011100000111010111101111111010100 | eabae0ebdfd4 |
UTF-8 | 蟶琺灣 | 111010001001111110110110111001111001000010111010111001111000000110100011 | e89fb6e790bae781a3 |
UHC | ?琺灣 | 0011111111011011111101111101100010111101 | 3fdbf7d8bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)