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 | ????貴 | 001111110011111100111111001111111000101101001101 | 3f3f3f3f8b4d |
EUC-JP | ????貴 | 001111110011111100111111001111111011010110101110 | 3f3f3f3fb5ae |
UTF-8 | 룶뇟熉룵貴 | 111010111010001110110110111010111000011110011111111001111000011010001001111010111010001110110101111010001011001010110100 | eba3b6eb879fe78689eba3b5e8b2b4 |
UHC | 룶뇟熉룵貴 | 10001111101010111011010010100001111010011111101110001111101010101100111111111110 | 8fabb4a1e9fb8faacffe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)