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?????? | 0011111101010110001111110011111100111111001111110011111100111111 | 3f563f3f3f3f3f3f |
SJIS-WIN | ?V?????? | 0011111101010110001111110011111100111111001111110011111100111111 | 3f563f3f3f3f3f3f |
EUC-JP | ?V?????? | 0011111101010110001111110011111100111111001111110011111100111111 | 3f563f3f3f3f3f3f |
UTF-8 | 채V혗혛혗쨩챈첨 | 11101100101100011000010001010110111011011001100010010111111011011001100010011011111011011001100010010111111011001010100010101001111011001011000110001000111011001011001010101000 | ecb18456ed9897ed989bed9897eca8a9ecb188ecb2a8 |
UHC | 채V혗혛혗쨩챈첨 | 110000111010010001010110110000101000001011000010100001101100001010000010110000101011101111000011101001101100001110110111 | c3a456c282c286c282c2bbc3a6c3b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)