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???V | 001111110101011000111111001111110011111101010110 | 3f563f3f3f56 |
SJIS-WIN | ?V???V | 001111110101011000111111001111110011111101010110 | 3f563f3f3f56 |
EUC-JP | ?V???V | 001111110101011000111111001111110011111101010110 | 3f563f3f3f56 |
UTF-8 | 청V횗횋청V | 1110110010110010101011010101011011101101100110101001011111101101100110101000101111101100101100101010110101010110 | ecb2ad56ed9a97ed9a8becb2ad56 |
UHC | 청V횗횋청V | 11000011101110110101011011000011100100011100001110001001110000111011101101010110 | c3bb56c391c389c3bb56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)