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 | ???v???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
SJIS-WIN | ァ゙vァ゙vB | 1111001010110111101001111101111001110110111100101011011110100111110111100111011001000010 | f2b7a7de76f2b7a7de7642 |
EUC-JP | ?ァ゙v?ァ゙vB | 00111111100011101010011110001110110111100111011000111111100011101010011110001110110111100111011001000010 | 3f8ea78ede763f8ea78ede7642 |
UTF-8 | ァ゙vァ゙vB | 111011101000011110101110111011111011110110100111111011111011111010011110011101101110111010000111101011101110111110111101101001111110111110111110100111100111011001000010 | ee87aeefbda7efbe9e76ee87aeefbda7efbe9e7642 |
UHC | ???v???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)