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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霑ケミシ霑ケ | 1110100010111111101110011101000010111100111010001011111110111001 | e8bfb9d0bce8bfb9 |
EUC-JP | 霑ケミシ霑ケ | 111100001100000110001110101110011000111011010000100011101011110011110000110000011000111010111001 | f0c18eb98ed08ebcf0c18eb9 |
UTF-8 | 霑ケミシ霑ケ | 111010011001110010010001111011111011110110111001111011111011111010010000111011111011110110111100111010011001110010010001111011111011110110111001 | e99c91efbdb9efbe90efbdbce99c91efbdb9 |
UHC | 霑???霑? | 1110111111000101001111110011111100111111111011111100010100111111 | efc53f3f3fefc53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)