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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 汝?┨??B | 1001001111110000001111111000010010110111001111110011111101000010 | 93f03f84b73f3f42 |
EUC-JP | 汝?┨??B | 1100011011110010001111111010100010111001001111110011111101000010 | c6f23fa8b93f3f42 |
UTF-8 | 汝낂┨料폙B | 11100110101100011001110111101011100000101000001011100010100101001010100011101111101001101011111011101101100011111001100101000010 | e6b19deb8282e294a8efa6beed8f9942 |
UHC | 汝낂┨料폙B | 1110011010100011100001011110100110100110101110011110100011110111101111010100001001000010 | e6a385e9a6b9e8f7bd4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)