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 | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
EUC-JP | ???v???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
UTF-8 | 琉잌캁v琉잌캁vB | 111011111010011110001100111011001001111010001100111011001011101010000001011101101110111110100111100011001110110010011110100011001110110010111010100000010111011001000010 | efa78cec9e8cecba8176efa78cec9e8cecba817642 |
UHC | 琉잌캁v琉잌캁vB | 111010111010010010011111111001011010111110010000011101101110101110100100100111111110010110101111100100000111011001000010 | eba49fe5af9076eba49fe5af907642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)