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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 陽瞎哈Y | 10010111011110101110000111010000100110011111101101011001 | 977ae1d099fb59 |
EUC-JP | 陽瞎哈Y | 11001101110110111110001011010010110100101111110101011001 | cddbe2d2d2fd59 |
UTF-8 | 陽瞎哈Y | 11101001100110011011110111100111100111101000111011100101100100111000100001011001 | e999bde79e8ee5938859 |
UHC | 陽?哈Y | 111001011101010100111111111110011110101101011001 | e5d53ff9eb59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)