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 | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 逑笠v逑笠vB | 1110011110010011100010100111110101110110111001111001001110001010011111010111011001000010 | e7938a7d76e7938a7d7642 |
EUC-JP | 逑笠v逑笠vB | 1110110111110011101100111101111001110110111011011111001110110011110111100111011001000010 | edf3b3de76edf3b3de7642 |
UTF-8 | 逑笠v逑笠vB | 111010011000000010010001111001111010110010100000011101101110100110000000100100011110011110101100101000000111011001000010 | e98091e7aca076e98091e7aca07642 |
UHC | 逑笠v逑笠vB | 1100111111000111110110001010001001110110110011111100011111011000101000100111011001000010 | cfc7d8a276cfc7d8a27642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)