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 | 雖我ク奇スェ | 111001011010101110001001111001001011100010001010111011111011110110101010 | e5ab89e4b88aefbdaa |
EUC-JP | 雖我ク奇スェ | 111010101010110110110010111001101000111010111000101101001111000110001110101111011000111010101010 | eaadb2e68eb8b4f18ebd8eaa |
UTF-8 | 雖我ク奇スェ | 111010011001101110010110111001101000100010010001111011111011110110111000111001011010010110000111111011111011110110111101111011111011110110101010 | e99b96e68891efbdb8e5a587efbdbdefbdaa |
UHC | 雖我?奇?? | 111000101100110011100100101100100011111111010000111101000011111100111111 | e2cce4b23fd0f43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)