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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 醤ヤ鴫B | 100011111101110111010100100011101011000001000010 | 8fddd48eb042 |
EUC-JP | 醤ヤ鴫B | 10111110110111111000111011010100101111001011001001000010 | bedf8ed4bcb242 |
UTF-8 | 醤ヤ鴫B | 11101001100001101010010011101111101111101001010011101001101101001010101101000010 | e986a4efbe94e9b4ab42 |
UHC | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)