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 | ?瑤??? | 001111111110101010100010001111110011111100111111 | 3feaa23f3f3f |
EUC-JP | ?瑤??? | 001111111111010010100100001111110011111100111111 | 3ff4a43f3f3f |
UTF-8 | 앓瑤렓렧앓 | 111011001001010110010011111001111001000110100100111010111010000010010011111010111010000010100111111011001001010110010011 | ec9593e791a4eba093eba0a7ec9593 |
UHC | 앓瑤렓렧앓 | 10111110110011101110100011111101100011101010100010001110101101101011111011001110 | becee8fd8ea88eb6bece |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)