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 | 蹂??? | 1110011011111000001111110011111100111111 | e6f83f3f3f |
EUC-JP | 蹂??? | 1110110011111010001111110011111100111111 | ecfa3f3f3f |
UTF-8 | 蹂끿눉呂 | 111010001011100110000010111010111000000110111111111010111000100010001001111011111010011010000000 | e8b982eb81bfeb8889efa680 |
UHC | 蹂끿눉呂 | 1110101110110011100001011110011110000111101001111110010111111011 | ebb385e787a7e5fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)