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 | 111011001001011010100000111010111010000110000110111010111010000110010111011101101110110010010110101000001110101110100001100001101110101110100001100101110111011001000010 | ec96a0eba186eba19776ec96a0eba186eba1977642 |
UHC | 얠롆롗v얠롆롗vB | 101111101110110010001110110011001000111011011011011101101011111011101100100011101100110010001110110110110111011001000010 | beec8ecc8edb76beec8ecc8edb7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)