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 | 獎。ッ | 11100000110100001010000110101111 | e0d0a1af |
EUC-JP | 獎。ッ | 111000001101001010001110101000011000111010101111 | e0d28ea18eaf |
UTF-8 | 獎。ッ | 111001111000110110001110111011111011110110100001111011111011110110101111 | e78d8eefbda1efbdaf |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)