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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 煆疾犱自煜 | 11111011010101101000111010111110111110110101101110001110101010011111101101010101 | fb568ebefb5b8ea9fb55 |
EUC-JP | 煆疾犱自煜 | 10001111110010011111010010111100110000001000111111001010111011111011110010101011100011111100100111111100 | 8fc9f4bcc08fcaefbcab8fc9fc |
UTF-8 | 煆疾犱自煜 | 111001111000010110000110111001111001011010111110111001111000101010110001111010001000011110101010111001111000010110011100 | e78586e796bee78ab1e887aae7859c |
UHC | ?疾?自煜 | 0011111111110010111100000011111111101101101110111110100111110010 | 3ff2f03fedbbe9f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)