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 | 靜???窺 | 11101000110011100011111100111111001111111000100101001101 | e8ce3f3f3f894d |
EUC-JP | 靜???窺 | 11110000110100000011111100111111001111111011000110101110 | f0d03f3f3fb1ae |
UTF-8 | 靜쿰렯몃窺 | 111010011001110110011100111011001011111110110000111010111010000010101111111010111010101010000011111001111010101010111010 | e99d9cecbfb0eba0afebaa83e7aaba |
UHC | 靜쿰렯몃窺 | 11110000101000011100010011110001100011101011110010111000111010111101000010101010 | f0a1c4f18ebcb8ebd0aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)