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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 葢シ゚ジ | 111001001110001010111100110111111011110011011110 | e4e2bcdfbcde |
EUC-JP | 葢シ゚ジ | 11101000111001001000111010111100100011101101111110001110101111001000111011011110 | e8e48ebc8edf8ebc8ede |
UTF-8 | 葢シ゚ジ | 111010001001000110100010111011111011110110111100111011111011111010011111111011111011110110111100111011111011111010011110 | e891a2efbdbcefbe9fefbdbcefbe9e |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)