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 | 伊逗?寃? | 1000100011001001100100001000000000111111100110111000001100111111 | 88c990803f9b833f |
EUC-JP | 伊逗?寃? | 1011000011001011101111111110000000111111110101011110001100111111 | b0cbbfe03fd5e33f |
UTF-8 | 伊逗썬寃낼 | 111001001011110010001010111010011000000010010111111011001000110110101100111001011010111110000011111010111000001010111100 | e4bc8ae98097ec8dace5af83eb82bc |
UHC | 伊逗썬寃낼 | 11101100101001011101010011101000101111011110001111101010101100101011001110111110 | eca5d4e8bde3eab2b3be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)