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 | ミス鴫"ー | 1111001010101110110100001111000110001110101111011000111010110000111110100101011110110000 | f2aed0f18ebd8eb0fa57b0 |
EUC-JP | ?ミ?ス鴫?ー | 0011111110001110110100000011111110001110101111011011110010110010001111111000111010110000 | 3f8ed03f8ebdbcb23f8eb0 |
UTF-8 | ミス鴫"ー | 111011101000011110100101111011111011111010010000111011101000010010001001111011111011110110111101111010011011010010101011111011111011110010000010111011111011110110110000 | ee87a5efbe90ee8489efbdbde9b4abefbc82efbdb0 |
UHC | ?????"? | 0011111100111111001111110011111100111111101000111010001000111111 | 3f3f3f3f3fa3a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)