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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 雅??h雅 | 10001001111010110011111100111111011010001000100111101011 | 89eb3f3f6889eb |
EUC-JP | 雅??h雅 | 10110010111011010011111100111111011010001011001011101101 | b2ed3f3f68b2ed |
UTF-8 | 雅먮젛h雅 | 11101001100110111000010111101011101010001010111011101100101000001001101101101000111010011001101110000101 | e99b85eba8aeeca09b68e99b85 |
UHC | 雅먮젛h雅 | 111001001011101010010000111010111010000010010111011010001110010010111010 | e4ba90eba09768e4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)