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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 霽?櫂 | 1110100011000111001111111001111101000100 | e8c73f9f44 |
EUC-JP | 霽?櫂 | 1111000011001001001111111101110110100101 | f0c93fdda5 |
UTF-8 | 霽陋櫂 | 111010011001110010111101111011111010010110010001111001101010101110000010 | e99cbdefa591e6ab82 |
UHC | 霽陋櫂 | 111100001011100011010010111010111101010010100010 | f0b8d2ebd4a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)