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 | メス鴫鉑エ | 1111000010111000110100101111000110001110101111011000111010110000111110111100100110110100 | f0b8d2f18ebd8eb0fbc9b4 |
EUC-JP | ?メ?ス鴫鉑エ | 00111111100011101101001000111111100011101011110110111100101100101000111111100011111000011000111010110100 | 3f8ed23f8ebdbcb28fe3e18eb4 |
UTF-8 | メス鴫鉑エ | 111011101000000110110111111011111011111010010010111011101000010010001001111011111011110110111101111010011011010010101011111010011000100110010001111011111011110110110100 | ee81b7efbe92ee8489efbdbde9b4abe98991efbdb4 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)