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 | ???埃? | 001111110011111100111111100110101011101000111111 | 3f3f3f9aba3f |
EUC-JP | ???埃? | 001111110011111100111111110101001011110000111111 | 3f3f3fd4bc3f |
UTF-8 | 凉붻굞埃귚 | 111011111010010110111001111010111011011010111011111010101011010110011110111001011001111110000011111010101011011110011010 | efa5b9ebb6bbeab59ee59f83eab79a |
UHC | 凉붻굞埃귚 | 11100101101111001001010011101000100000101000011011100100111011111000001011100100 | e5bc94e88286e4ef82e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)