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 | 廣簣倪 | 100111000100000111100010110011011001100011100010 | 9c41e2cd98e2 |
EUC-JP | 廣簣倪 | 110101111010001011100100110011111101000011100100 | d7a2e4cfd0e4 |
UTF-8 | 廣簣倪 | 111001011011101110100011111001111011000010100011111001011000000010101010 | e5bba3e7b0a3e580aa |
UHC | 廣?倪 | 1100111011000110001111111110011111010010 | cec63fe7d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)