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 | 奛豬髫墓 | 1111101010100001111001101011010111101001100110101001010111100110 | faa1e6b5e99a95e6 |
EUC-JP | 奛豬髫墓 | 100011111011100011110111111011001011011111110001111110101100101011101000 | 8fb8f7ecb7f1facae8 |
UTF-8 | 奛豬髫墓 | 111001011010010110011011111010001011000110101100111010011010101110101011111001011010001010010011 | e5a59be8b1ace9ababe5a293 |
UHC | ???墓 | 0011111100111111001111111101100111010111 | 3f3f3fd9d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)