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 | ???vB | 0011111100111111001111110111011001000010 | 3f3f3f7642 |
SJIS-WIN | 洫樞橸vB | 1001111110100111100111101110001010011110111011110111011001000010 | 9fa79ee29eef7642 |
EUC-JP | 洫樞橸vB | 1101111010101001110111001110010011011100111100010111011001000010 | dea9dce4dcf17642 |
UTF-8 | 洫樞橸vB | 1110011010110100101010111110011010101000100111101110011010101001101110000111011001000010 | e6b4abe6a89ee6a9b87642 |
UHC | ?樞?vB | 001111111111010111010010001111110111011001000010 | 3ff5d23f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)