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 | 001111110011111100111111001111110111110101000010 | 3f3f3f3f7d42 |
SJIS-WIN | ??蝸鴨}B | 0011111100111111111001011001011110001010100110110111110101000010 | 3f3fe5978a9b7d42 |
EUC-JP | ??蝸鴨}B | 0011111100111111111010011111011110110011111110110111110101000010 | 3f3fe9f7b3fb7d42 |
UTF-8 | 손섞蝸鴨}B | 1110110010000110100100001110110010000100100111101110100010011101101110001110100110110100101010000111110101000010 | ec8690ec849ee89db8e9b4a87d42 |
UHC | 손섞蝸鴨}B | 10111100110101011011110010101111111010001100010011100100111001010111110101000010 | bcd5bcafe8c4e4e57d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)