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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 湜悉 | 11111011010001111000111010111011 | fb478ebb |
EUC-JP | 湜悉 | 1000111111000111111111001011110010111101 | 8fc7fcbcbd |
UTF-8 | 湜悉 | 111001101011100110011100111001101000001010001001 | e6b99ce68289 |
UHC | 湜悉 | 11100011110101111110001111111010 | e3d7e3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)