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 | 淫??曄? | 10001000111110100011111100111111100111100100000000111111 | 88fa3f3f9e403f |
EUC-JP | 淫??曄? | 10110000111111000011111100111111110110111010000100111111 | b0fc3f3fdba13f |
UTF-8 | 淫쇱뀎曄숥 | 111001101011011110101011111011001000011110110001111010111000000010001110111001101001101110000100111011001000100010100101 | e6b7abec87b1eb808ee69b84ec88a5 |
UHC | 淫쇱뀎曄숥 | 11101011111000101011110011101100100001011000100111100111101001011001101001000010 | ebe2bcec8589e7a59a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)