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 | 111011111010011010010110111010111010100010101110111011001000101010110001011101101110111110100110100101101110101110101000101011101110110010001010101100010111011001000010 | efa696eba8aeec8ab176efa696eba8aeec8ab17642 |
UHC | 練먮슱v練먮슱vB | 111001101101111110010000111010111001101010111000011101101110011011011111100100001110101110011010101110000111011001000010 | e6df90eb9ab876e6df90eb9ab87642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)