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 | ク靼ウ蓐 | 1111000010111001101110001110100011011000101100111110010011101010 | f0b9b8e8d8b3e4ea |
EUC-JP | ?ク靼ウ蓐 | 001111111000111010111000111100001101101010001110101100111110100011101100 | 3f8eb8f0da8eb3e8ec |
UTF-8 | ク靼ウ蓐 | 111011101000000110111000111011111011110110111000111010011001110110111100111011111011110110110011111010001001001110010000 | ee81b8efbdb8e99dbcefbdb3e89390 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)