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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ??蝸鴨B | 00111111001111111110010110010111100010101001101101000010 | 3f3fe5978a9b42 |
EUC-JP | ??蝸鴨B | 00111111001111111110100111110111101100111111101101000010 | 3f3fe9f7b3fb42 |
UTF-8 | 손섞蝸鴨B | 11101100100001101001000011101100100001001001111011101000100111011011100011101001101101001010100001000010 | ec8690ec849ee89db8e9b4a842 |
UHC | 손섞蝸鴨B | 101111001101010110111100101011111110100011000100111001001110010101000010 | bcd5bcafe8c4e4e542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)