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 | 淫쇗빢陰랡 | 111001101011011110101011111011001000011110010111111010111011100110100010111010011001100110110000111010111001111010100001 | e6b7abec8797ebb9a2e999b0eb9ea1 |
UHC | 淫쇗빢陰랡 | 11101011111000101011110011100110100101011011111011101011111001001000111001000010 | ebe2bce695beebe48e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)