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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 塋??? | 1001101011001000001111110011111100111111 | 9ac83f3f3f |
EUC-JP | 塋??焰 | 11010100110010100011111100111111100011111100100111101111 | d4ca3f3f8fc9ef |
UTF-8 | 塋곁퀨焰 | 111001011010000110001011111010101011001110000001111011011000000010101000111001111000010010110000 | e5a18beab381ed80a8e784b0 |
UHC | 塋곁퀨焰 | 1110011110101011101100001110011110110011100111001110011011111011 | e7abb0e7b39ce6fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)