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 | 源?o雍? | 1000110010111001001111111000001010001111111010001011010000111111 | 8cb93f828fe8b43f |
EUC-JP | 源?o雍? | 1011100010111011001111111010001111101111111100001011011000111111 | b8bb3fa3eff0b63f |
UTF-8 | 源장o雍렧 | 111001101011101010010000111011001001111010100101111011111011110110001111111010011001101110001101111010111010000010100111 | e6ba90ec9ea5efbd8fe99b8deba0a7 |
UHC | 源장o雍렧 | 11101010101110011100000011100101101000111110111111101000101111001000111010110110 | eab9c0e5a3efe8bc8eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)