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 | 얘뤛퐥핉틢 | 111011001001011010011000111010111010010010011011111011011001000010100101111011011001010110001001111011011000101110100010 | ec9698eba49bed90a5ed9589ed8ba2 |
UHC | 얘뤛퐥핉틢 | 10111110111010101000111111001010101111011000111011000000100011101011101010001110 | beea8fcabd8ec08eba8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)