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 | 業??愈? | 10001011110001100011111100111111100101101111101000111111 | 8bc63f3f96fa3f |
EUC-JP | 業??愈? | 10110110110010000011111100111111110011001111110000111111 | b6c83f3fccfc3f |
UTF-8 | 業뉖씢愈짟 | 111001101010010110101101111010111000100110010110111011001001010010100010111001101000010010001000111011001010011110011111 | e6a5adeb8996ec94a2e68488eca79f |
UHC | 業뉖씢愈짟 | 11100101111101101000011111101011100111011011011011101010111011111010010001000010 | e5f687eb9db6eaefa442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)