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 | 精????畯 | 1001000010111000001111110011111100111111001111111111101101101111 | 90b83f3f3f3ffb6f |
EUC-JP | 精????畯 | 110000001011101000111111001111110011111100111111100011111100110110111011 | c0ba3f3f3f3f8fcdbb |
UTF-8 | 精렞롋뀌뇌畯 | 111001111011001010111110111010111010000010011110111010111010000110001011111010111000000010001100111010111000011110001100111001111001010110101111 | e7b2beeba09eeba18beb808ceb878ce795af |
UHC | 精렞롋뀌뇌畯 | 111011111111000110001110101011111000111011010001101100101110111010110011111110101111000111100001 | eff18eaf8ed1b2eeb3faf1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)