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 | 遮識セヨ邪 | 1000111011010101100011101010111110111110110101101000111011010111 | 8ed58eafbed68ed7 |
EUC-JP | 遮識セヨ邪 | 10111100110101111011110010110001100011101011111010001110110101101011110011011001 | bcd7bcb18ebe8ed6bcd9 |
UTF-8 | 遮識セヨ邪 | 111010011000000110101110111010001010110110011000111011111011110110111110111011111011111010010110111010011000001010101010 | e981aee8ad98efbdbeefbe96e982aa |
UHC | 遮識??邪 | 1111001110110100111000111101101100111111001111111101111011110111 | f3b4e3db3f3fdef7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)