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 | 堊?8楢 | 10011010101111110011111110000010010101111001001111101000 | 9abf3f825793e8 |
EUC-JP | 堊?8楢 | 11010100110000010011111110100011101110001100011011101010 | d4c13fa3b8c6ea |
UTF-8 | 堊앸8楢 | 111001011010000010001010111011001001010110111000111011111011110010011000111001101010010110100010 | e5a08aec95b8efbc98e6a5a2 |
UHC | 堊앸8楢 | 1110010010111110100111011110101110100011101110001110101011111001 | e4be9deba3b8eaf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)