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 | 鉉卓嚏 | 111001111110100110010001111011001001101010001010 | e7e991ec9a8a |
EUC-JP | 鉉卓嚏 | 111011101110101111000010111011101101001111101010 | eeebc2eed3ea |
UTF-8 | 鉉卓嚏 | 111010011000100110001001111001011000110110010011111001011001101010001111 | e98989e58d93e59a8f |
UHC | 鉉卓? | 1111101011101000111101101111000100111111 | fae8f6f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)