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 | 澐????? | 1000111111001000111010010011111100111111001111110011111100111111 | 8fc8e93f3f3f3f3f |
UTF-8 | 澐렣롋뀄렢렦 | 111001101011111010010000111010111010000010100011111010111010000110001011111010111000000010000100111010111010000010100010111010111010000010100110 | e6be90eba0a3eba18beb8084eba0a2eba0a6 |
UHC | 澐렣롋뀄렢렦 | 111010011111101010001110101101001000111011010001101100101110110110001110101100111000111010110101 | e9fa8eb48ed1b2ed8eb38eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)