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 | 業뉖맕愈섳 | 111001101010010110101101111010111000100110010110111010111010011110010101111001101000010010001000111011001000010010110011 | e6a5adeb8996eba795e68488ec84b3 |
UHC | 業뉖맕愈섳 | 11100101111101101000011111101011100100001010011111101010111011111001100101000010 | e5f687eb90a7eaef9942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)