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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | セシ篝実セス宍 | 10111110101111001110001010111110100011101100000010111110101111011000111010110011 | bebce2be8ec0bebd8eb3 |
EUC-JP | セシ篝実セス宍 | 1000111010111110100011101011110011100100110000001011110011000010100011101011111010001110101111011011110010110101 | 8ebe8ebce4c0bcc28ebe8ebdbcb5 |
UTF-8 | セシ篝実セス宍 | 111011111011110110111110111011111011110110111100111001111010111110011101111001011010111010011111111011111011110110111110111011111011110110111101111001011010111010001101 | efbdbeefbdbce7af9de5ae9fefbdbeefbdbde5ae8d |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)