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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 邊、驕ら浣迴 | 1110011110110010101001001110100110000001100000101110011110011111101011111110011110001111 | e7b2a4e98182e79fafe78f |
EUC-JP | 邊、驕ら浣迴 | 111011101011010010001110101001001111000111100001101001001110100111011110101100011110110111101111 | eeb48ea4f1e1a4e9deb1edef |
UTF-8 | 邊、驕ら浣迴 | 111010011000001010001010111011111011110110100100111010011010100110010101111000111000001010001001111001101011010110100011111010001011111110110100 | e9828aefbda4e9a995e38289e6b5a3e8bfb4 |
UHC | 邊?驕ら浣? | 11011100101010110011111111001110111101101010101011101001111010001100101100111111 | dcab3fcef6aae9e8cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)