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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 獎。獎。^ | 1110000011010000101000011111001001111101111000001101000010100001111100100111101101011110 | e0d0a1f27de0d0a1f27b5e |
EUC-JP | 獎。?獎。?^ | 1110000011010010100011101010000100111111111000001101001010001110101000010011111101011110 | e0d28ea13fe0d28ea13f5e |
UTF-8 | 獎。獎。^ | 11100111100011011000111011101111101111011010000111101110100001101011010111100111100011011000111011101111101111011010000111101110100001101011001101011110 | e78d8eefbda1ee86b5e78d8eefbda1ee86b35e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)