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 | スイシ鮨イシ顳 | 101111011011001010111100111010011011110110110010101111001110100101000010 | bdb2bce9bdb2bce942 |
EUC-JP | スイシ鮨イシ顳 | 1000111010111101100011101011001010001110101111001111001010111111100011101011001010001110101111001111000110100011 | 8ebd8eb28ebcf2bf8eb28ebcf1a3 |
UTF-8 | スイシ鮨イシ顳 | 111011111011110110111101111011111011110110110010111011111011110110111100111010011010111010101000111011111011110110110010111011111011110110111100111010011010000110110011 | efbdbdefbdb2efbdbce9aea8efbdb2efbdbce9a1b3 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)