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 | 淫??幼? | 10001000111110100011111100111111100101110110001100111111 | 88fa3f3f97633f |
EUC-JP | 淫??幼? | 10110000111111000011111100111111110011011100010000111111 | b0fc3f3fcdc43f |
UTF-8 | 淫룟땔幼줒 | 111001101011011110101011111010111010001110011111111010111001010110010100111001011011100110111100111011001010010010010010 | e6b7abeba39feb9594e5b9bceca492 |
UHC | 淫룟땔幼줒 | 11101011111000101011011111100101101101101010101011101010111010101010001001000010 | ebe2b7e5b6aaeaeaa242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)