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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 뮅왦뷅뙱볇 | 111010111010111010000101111011001001100110100110111010111011011110000101111010111001100110110001111010111011001110000111 | ebae85ec99a6ebb785eb99b1ebb387 |
UHC | 뮅왦뷅뙱볇 | 10010010100101001001111011001111100101001111001010001100101101001001001111010100 | 92949ecf94f28cb493d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)