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 | 猥η?? | 111000001100111010000011110001010011111100111111 | e0ce83c53f3f |
EUC-JP | 猥η?? | 111000001101000010100110110001110011111100111111 | e0d0a6c73f3f |
UTF-8 | 猥η뮵了 | 1110011110001100101001011100111010110111111010111010111010110101111011111010011010111010 | e78ca5ceb7ebaeb5efa6ba |
UHC | 猥η뮵了 | 1110100011100101101001011110011110010010101111011110100011100111 | e8e5a5e792bde8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)