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 | 閻ゆ? | 1110100010000101100000101110010000111111 | e88582e43f |
EUC-JP | 閻ゆ? | 1110111111100101101001001110011000111111 | efe5a4e63f |
UTF-8 | 閻ゆ츝 | 111010011001011010111011111000111000001010000110111011001011100010011101 | e996bbe38286ecb89d |
UHC | 閻ゆ츝 | 111001111010001010101010111001101010111010010110 | e7a2aae6ae96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)