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 | 霑ケ貅ス褻 | 1110100010111111101110011110011010111010101111011110010111110110 | e8bfb9e6babde5f6 |
EUC-JP | 霑ケ貅ス褻 | 11110000110000011000111010111001111011001011110010001110101111011110101011111000 | f0c18eb9ecbc8ebdeaf8 |
UTF-8 | 霑ケ貅ス褻 | 111010011001110010010001111011111011110110111001111010001011001010000101111011111011110110111101111010001010010010111011 | e99c91efbdb9e8b285efbdbde8a4bb |
UHC | 霑???褻 | 11101111110001010011111100111111001111111110000011100001 | efc53f3f3fe0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)