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 | 鴉??毅?? | 1110100111101011001111110011111110001011010000100011111100111111 | e9eb3f3f8b423f3f |
EUC-JP | 鴉??毅?? | 1111001011101101001111110011111110110101101000110011111100111111 | f2ed3f3fb5a33f3f |
UTF-8 | 鴉띾끆毅귝솮 | 111010011011010010001001111010111001110110111110111010111000000110000110111001101010111110000101111010101011011110011101111011001000011010101110 | e9b489eb9dbeeb8186e6af85eab79dec86ae |
UHC | 鴉띾끆毅귝솮 | 111001001011110010001101111010111000010110111010111010111111011010000010111001101001100110100100 | e4bc8deb85baebf682e699a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)