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 | ??????d | 00111111001111110011111100111111001111110011111101100100 | 3f3f3f3f3f3f64 |
SJIS-WIN | 沃?????d | 1001011110000000001111110011111100111111001111110011111101100100 | 97803f3f3f3f3f64 |
EUC-JP | 沃??洧??d | 11001101111000000011111100111111100011111100011110110100001111110011111101100100 | cde03f3f8fc7b43f3f64 |
UTF-8 | 沃ㅺ퀕洧좊첒d | 11100110101100101000001111100011100001011011101011101101100000001001010111100110101101001010011111101100101000101000101011101100101100101001001001100100 | e6b283e385baed8095e6b4a7eca28aecb29264 |
UHC | 沃ㅺ퀕洧좊첒d | 11101000101010101010010011101010101100111000101011101010111110111010000011101011101010101001111101100100 | e8aaa4eab38aeafba0ebaa9f64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)