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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | ??ヲH | 0011111100111111100000111001001001001000 | 3f3f839248 |
EUC-JP | ??ヲH | 0011111100111111101001011111001001001000 | 3f3fa5f248 |
UTF-8 | 룶퀛ヲH | 11101011101000111011011011101101100000001001101111100011100000111011001001001000 | eba3b6ed809be383b248 |
UHC | 룶퀛ヲH | 10001111101010111011001110001111101010111111001001001000 | 8fabb38fabf248 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)