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 | ???vB | 0011111100111111001111110111011001000010 | 3f3f3f7642 |
SJIS-WIN | 雉頑酪vB | 1110100010110011100010101110011010010111100011110111011001000010 | e8b38ae6978f7642 |
EUC-JP | 雉頑酪vB | 1111000010110101101101001110100011001101111011110111011001000010 | f0b5b4e8cdef7642 |
UTF-8 | 雉頑酪vB | 1110100110011011100010011110100110100000100100011110100110000101101010100111011001000010 | e99b89e9a091e985aa7642 |
UHC | 雉頑酪vB | 1111011011001011111010001101011111010101101011000111011001000010 | f6cbe8d7d5ac7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)