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 | 111011111010011110001100111010111010111110100011111010111000101110000101011101101110111110100111100011001110101110101111101000111110101110001011100001010111011001000010 | efa78cebafa3eb8b8576efa78cebafa3eb8b857642 |
UHC | 琉믣닅v琉믣닅vB | 111010111010010010010010111001011000100010001110011101101110101110100100100100101110010110001000100011100111011001000010 | eba492e5888e76eba492e5888e7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)