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 | 陜瑚挙鬆 | 1110100010011101100011001110100010001011100100111110100110100000 | e89d8ce88b93e9a0 |
EUC-JP | 陜瑚挙鬆 | 1110111111111101101110001110101010110101111100111111001010100010 | effdb8eab5f3f2a2 |
UTF-8 | 陜瑚挙鬆 | 111010011001100110011100111001111001000110011010111001101000110010011001111010011010110010000110 | e9999ce7919ae68c99e9ac86 |
UHC | 陜瑚?? | 111110011111000011111011110100010011111100111111 | f9f0fbd13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)