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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 堤?懈絅? | 1001001011100111001111111001110011100110111000110100010000111111 | 92e73f9ce6e3443f |
EUC-JP | 堤?懈絅? | 1100010011101001001111111101100011101000111001011010010100111111 | c4e93fd8e8e5a53f |
UTF-8 | 堤렚懈絅렯 | 111001011010000010100100111010111010000010011010111001101000011110001000111001111011010110000101111010111010000010101111 | e5a0a4eba09ae68788e7b585eba0af |
UHC | 堤렚懈絅렯 | 11110000101001111000111010101101111110101010101111001100111001111000111010111100 | f0a78eadfaabcce78ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)