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 | 伊逗工猥? | 100010001100100110010000100000001000110101001000111000001100111000111111 | 88c990808d48e0ce3f |
EUC-JP | 伊逗工猥? | 101100001100101110111111111000001011100110101001111000001101000000111111 | b0cbbfe0b9a9e0d03f |
UTF-8 | 伊逗工猥렧 | 111001001011110010001010111010011000000010010111111001011011011110100101111001111000110010100101111010111010000010100111 | e4bc8ae98097e5b7a5e78ca5eba0a7 |
UHC | 伊逗工猥렧 | 11101100101001011101010011101000110011011110111111101000111001011000111010110110 | eca5d4e8cdefe8e58eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)