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 | 111011111010011110001100111010111011011010110111111010111010000010101110011101101110111110100111100011001110101110110110101101111110101110100000101011100111011001000010 | efa78cebb6b7eba0ae76efa78cebb6b7eba0ae7642 |
UHC | 琉붷렮v琉붷렮vB | 111010111010010010010100111001011000111010111011011101101110101110100100100101001110010110001110101110110111011001000010 | eba494e58ebb76eba494e58ebb7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)