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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 狠瑁i狠瑁iB | 1110000011000001111000001110111001101001111000001100000111100000111011100110100101000010 | e0c1e0ee69e0c1e0ee6942 |
EUC-JP | 狠瑁i狠瑁iB | 1110000011000011111000001111000001101001111000001100001111100000111100000110100101000010 | e0c3e0f069e0c3e0f06942 |
UTF-8 | 狠瑁i狠瑁iB | 111001111000101110100000111001111001000110000001011010011110011110001011101000001110011110010001100000010110100101000010 | e78ba0e7918169e78ba0e791816942 |
UHC | ?瑁i?瑁iB | 001111111101100111000001011010010011111111011001110000010110100101000010 | 3fd9c1693fd9c16942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)