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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 瑤??暎?] | 1110101010100010001111110011111110011101111100110011111101011101 | eaa23f3f9df33f5d |
EUC-JP | 瑤??暎?] | 1111010010100100001111110011111111011010111101010011111101011101 | f4a43f3fdaf53f5d |
UTF-8 | 瑤덂츍暎욿] | 11100111100100011010010011101011100011011000001011101100101110001000110111100110100110101000111011101100100110101011111101011101 | e791a4eb8d82ecb88de69a8eec9abf5d |
UHC | 瑤덂츍暎욿] | 1110100011111101100010001110010110101110100010001110011110110010100111110101000101011101 | e8fd88e5ae88e7b29f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)