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 | 澐????檉 | 10001111110010001110100100111111001111110011111100111111100011111100010110111011 | 8fc8e93f3f3f3f8fc5bb |
UTF-8 | 澐렣롋뀌혹檉 | 111001101011111010010000111010111010000010100011111010111010000110001011111010111000000010001100111011011001100010111001111001101010101010001001 | e6be90eba0a3eba18beb808ced98b9e6aa89 |
UHC | 澐렣롋뀌혹檉 | 111010011111101010001110101101001000111011010001101100101110111011001000101001001110111111100000 | e9fa8eb48ed1b2eec8a4efe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)