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 | 倻????? | 1000111110110001111101100011111100111111001111110011111100111111 | 8fb1f63f3f3f3f3f |
UTF-8 | 倻뽩뀬溜좂꽇 | 111001011000000010111011111010111011110110101001111010111000000010101100111011111010011110001011111011001010001010000010111010101011110110000111 | e580bbebbda9eb80acefa78beca282eabd87 |
UHC | 倻뽩뀬溜좂꽇 | 111001011010011010010110111001011000010110100010111010101111111010100000111001111000010010011001 | e5a696e585a2eafea0e78499 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)