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 | 111011111010011110001100111010111011011110110100111011011001001110100100011101101110111110100111100011001110101110110111101101001110110110010011101001000111011001000010 | efa78cebb7b4ed93a476efa78cebb7b4ed93a47642 |
UHC | 琉뷴퓤v琉뷴퓤vB | 111010111010010010111010111001011011111110001101011101101110101110100100101110101110010110111111100011010111011001000010 | eba4bae5bf8d76eba4bae5bf8d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)