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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 陽穩痿@h | 1001011101111010111000100111001011100001011111100100000001101000 | 977ae272e17e4068 |
EUC-JP | 陽穩痿@h | 1100110111011011111000111101001111100001110111110100000001101000 | cddbe3d3e1df4068 |
UTF-8 | 陽穩痿@h | 1110100110011001101111011110011110101001101010011110011110010111101111110100000001101000 | e999bde7a9a9e797bf4068 |
UHC | 陽穩?@h | 11100101110101011110100010110001001111110100000001101000 | e5d5e8b13f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)