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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 筌②?淫 | 11100010101000111000011101000001001111111000100011111010 | e2a387413f88fa |
EUC-JP | 筌??淫 | 111001001010010100111111001111111011000011111100 | e4a53f3fb0fc |
UTF-8 | 筌②뜵淫 | 111001111010110110001100111000101001000110100001111010111001110010110101111001101011011110101011 | e7ad8ce291a1eb9cb5e6b7ab |
UHC | 筌②뜵淫 | 1110111110100111101010001110100010001101101100111110101111100010 | efa7a8e88db3ebe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)