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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????矯斐 | 0011111100111111001111110011111110001011101110001001010011100011 | 3f3f3f3f8bb894e3 |
EUC-JP | ????矯斐 | 0011111100111111001111110011111110110110101110101100100011100101 | 3f3f3f3fb6bac8e5 |
UTF-8 | 롔롌뤶쫷矯斐 | 111010111010000110010100111010111010000110001100111010111010010010110110111011001010101110110111111001111001111110101111111001101001011010010000 | eba194eba18ceba4b6ecabb7e79fafe69690 |
UHC | 롔롌뤶쫷矯斐 | 100011101101100010001110110100101000111111100100101001101000111011001110111011001101110111101100 | 8ed88ed28fe4a68eceecddec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)