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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 煐????? | 1000111111001001111110000011111100111111001111110011111100111111 | 8fc9f83f3f3f3f3f |
UTF-8 | 煐몃젽凉붺뇟 | 111001111000010110010000111010111010101010000011111011001010000010111101111011111010010110111001111010111011011010111010111010111000011110011111 | e78590ebaa83eca0bdefa5b9ebb6baeb879f |
UHC | 煐몃젽凉붺뇟 | 111001111011110010111000111010111010000010101111111001011011110010010100111001111011010010100001 | e7bcb8eba0afe5bc94e7b4a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)