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 | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 雅?v雅?vB | 100010011110101100111111011101101000100111101011001111110111011001000010 | 89eb3f7689eb3f7642 |
EUC-JP | 雅?v雅?vB | 101100101110110100111111011101101011001011101101001111110111011001000010 | b2ed3f76b2ed3f7642 |
UTF-8 | 雅엻v雅엻vB | 111010011001101110000101111011001001011110111011011101101110100110011011100001011110110010010111101110110111011001000010 | e99b85ec97bb76e99b85ec97bb7642 |
UHC | 雅엻v雅엻vB | 1110010010111010100111101000110101110110111001001011101010011110100011010111011001000010 | e4ba9e8d76e4ba9e8d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)