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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 赧赧罘 | 111001101101110111110000111110101111000111101011111001101101110111110000111110101110001110100111 | e6ddf0faf1ebe6ddf0fae3a7 |
EUC-JP | 赧??赧?罘 | 111011001101111100111111001111111110110011011111001111111110011010101001 | ecdf3f3fecdf3fe6a9 |
UTF-8 | 赧赧罘 | 111010001011010110100111111011101000001010111001111011101000010110100110111010001011010110100111111011101000001010111001111001111011110110011000 | e8b5a7ee82b9ee85a6e8b5a7ee82b9e7bd98 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)