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 | 幼レ? | 1001011101100011100000111000110000111111 | 9763838c3f |
EUC-JP | 幼レ? | 1100110111000100101001011110110000111111 | cdc4a5ec3f |
UTF-8 | 幼レ씇 | 111001011011100110111100111000111000001110101100111011001001010010000111 | e5b9bce383acec9487 |
UHC | 幼レ씇 | 111010101110101010101011111011001001110110011111 | eaeaabec9d9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)