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 | シマ糂シコシェ | 1011110011001111111000101111000110111100101110101011110010101010 | bccfe2f1bcbabcaa |
EUC-JP | シマ糂シコシェ | 1000111010111100100011101100111111100100111100111000111010111100100011101011101010001110101111001000111010101010 | 8ebc8ecfe4f38ebc8eba8ebc8eaa |
UTF-8 | シマ糂シコシェ | 111011111011110110111100111011111011111010001111111001111011001110000010111011111011110110111100111011111011110110111010111011111011110110111100111011111011110110101010 | efbdbcefbe8fe7b382efbdbcefbdbaefbdbcefbdaa |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)