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 | 淫??陰? | 10001000111110100011111100111111100010010100000100111111 | 88fa3f3f89413f |
EUC-JP | 淫??陰? | 10110000111111000011111100111111101100011010001000111111 | b0fc3f3fb1a23f |
UTF-8 | 淫방깳陰똅 | 111001101011011110101011111010111011000010101001111010101011100110110011111010011001100110110000111010111001100010000101 | e6b7abebb0a9eab9b3e999b0eb9885 |
UHC | 淫방깳陰똅 | 11101011111000101011100111100110100000111010000111101011111001001000110001000110 | ebe2b9e683a1ebe48c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)