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 | 瑤??蘊? | 11101010101000100011111100111111111001010101110100111111 | eaa23f3fe55d3f |
EUC-JP | 瑤??蘊? | 11110100101001000011111100111111111010011011111000111111 | f4a43f3fe9be3f |
UTF-8 | 瑤쒎풄蘊찦 | 111001111001000110100100111011001001001010001110111011011001001010000100111010001001100010001010111011001011000010100110 | e791a4ec928eed9284e8988aecb0a6 |
UHC | 瑤쒎풄蘊찦 | 11101000111111011001110011100101101111101000110011101000101100111010101001000010 | e8fd9ce5be8ce8b3aa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)