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 | 穩??惹? | 11100010011100100011111100111111100011101110010000111111 | e2723f3f8ee43f |
EUC-JP | 穩??惹? | 11100011110100110011111100111111101111001110011000111111 | e3d33f3fbce63f |
UTF-8 | 穩덃뎸惹욤 | 111001111010100110101001111010111000110110000011111010111000111010111000111001101000001110111001111011001001101010100100 | e7a9a9eb8d83eb8eb8e683b9ec9aa4 |
UHC | 穩덃뎸惹욤 | 11101000101100011000100011100110100010011000101111100101101010011011111111101000 | e8b188e6898be5a9bfe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)