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 | ????疵 | 001111110011111100111111001111111110000101110010 | 3f3f3f3fe172 |
EUC-JP | ????疵 | 001111110011111100111111001111111110000111010011 | 3f3f3f3fe1d3 |
UTF-8 | 룶퀛◈룫疵 | 111010111010001110110110111011011000000010011011111000101001011110001000111010111010001110101011111001111001011010110101 | eba3b6ed809be29788eba3abe796b5 |
UHC | 룶퀛◈룫疵 | 10001111101010111011001110001111101000101100001010001111101000101110110110110111 | 8fabb38fa2c28fa2edb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)