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 | 疾蕊シスシロ | 1000111010111110100011101100011110111100101111011011110011011011 | 8ebe8ec7bcbdbcdb |
EUC-JP | 疾蕊シスシロ | 101111001100000010111100110010011000111010111100100011101011110110001110101111001000111011011011 | bcc0bcc98ebc8ebd8ebc8edb |
UTF-8 | 疾蕊シスシロ | 111001111001011010111110111010001001010110001010111011111011110110111100111011111011110110111101111011111011110110111100111011111011111010011011 | e796bee8958aefbdbcefbdbdefbdbcefbe9b |
UHC | 疾????? | 11110010111100000011111100111111001111110011111100111111 | f2f03f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)