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 | 跏セ驕ッ粤ろ | 11100110111001101011111011101001100000011010111111100010111000111000001011101011 | e6e6bee981afe2e382eb |
EUC-JP | 跏セ驕ッ粤ろ | 111011001110100010001110101111101111000111100001100011101010111111100100111001011010010011101101 | ece88ebef1e18eafe4e5a4ed |
UTF-8 | 跏セ驕ッ粤ろ | 111010001011011110001111111011111011110110111110111010011010100110010101111011111011110110101111111001111011001010100100111000111000001010001101 | e8b78fefbdbee9a995efbdafe7b2a4e3828d |
UHC | 跏?驕??ろ | 110010101011101000111111110011101111011000111111001111111010101011101101 | caba3fcef63f3faaed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)