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 | 調峰?? | 100100101011001010010101111101000011111100111111 | 92b295f43f3f |
EUC-JP | 調峰?? | 110001001011010011001010111101100011111100111111 | c4b4caf63f3f |
UTF-8 | 調峰렒렖 | 111010001010101010111111111001011011001110110000111010111010000010010010111010111010000010010110 | e8aabfe5b3b0eba092eba096 |
UHC | 調峰렒렖 | 1111000011100000110111001110100010001110101001111000111010101011 | f0e0dce88ea78eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)