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 | ?霽?? | 0011111111101000110001110011111100111111 | 3fe8c73f3f |
EUC-JP | 洹霽?? | 10001111110001111011101011110000110010010011111100111111 | 8fc7baf0c93f3f |
UTF-8 | 洹霽롃롉 | 111001101011010010111001111010011001110010111101111010111010000110000011111010111010000110001001 | e6b4b9e99cbdeba183eba189 |
UHC | 洹霽롃롉 | 1110101010110111111100001011100010001110110010101000111011001111 | eab7f0b88eca8ecf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)