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 | 淫??苑? | 10001000111110100011111100111111100010011001000100111111 | 88fa3f3f89913f |
EUC-JP | 淫??苑? | 10110000111111000011111100111111101100011111000100111111 | b0fc3f3fb1f13f |
UTF-8 | 淫며듐苑렗 | 111001101011011110101011111010111010100110110000111010111001001110010000111010001000101110010001111010111010000010010111 | e6b7abeba9b0eb9390e88b91eba097 |
UHC | 淫며듐苑렗 | 11101011111000101011100011100111101101011110001111101010101111011000111010101100 | ebe2b8e7b5e3eabd8eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)