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 | ?枉??枉? | 0011111110011110010111010011111100111111100111100101110100111111 | 3f9e5d3f3f9e5d3f |
EUC-JP | ?枉鉥?枉鉥 | 001111111101101110111110100011111110001111101000001111111101101110111110100011111110001111101000 | 3fdbbe8fe3e83fdbbe8fe3e8 |
UTF-8 | 릜枉鉥릜枉鉥 | 111010111010011010011100111001101001111010001001111010011000100110100101111010111010011010011100111001101001111010001001111010011000100110100101 | eba69ce69e89e989a5eba69ce69e89e989a5 |
UHC | 릜枉鉥릜枉鉥 | 100100000111100011101000110110111110001011111100100100000111100011101000110110111110001011111100 | 9078e8dbe2fc9078e8dbe2fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)