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 | 佯??葵筌 | 1001100011010001001111110011111110001000101010001110001010100011 | 98d13f3f88a8e2a3 |
EUC-JP | 佯??葵筌 | 1101000011010011001111110011111110110000101010101110010010100101 | d0d33f3fb0aae4a5 |
UTF-8 | 佯얠떜葵筌 | 111001001011110110101111111011001001011010100000111010111001011010011100111010001001000110110101111001111010110110001100 | e4bdafec96a0eb969ce891b5e7ad8c |
UHC | 佯얠떜葵筌 | 11100101101110101011111011101100100010111011001011010000101011011110111110100111 | e5babeec8bb2d0adefa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)