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 | ?????UM^ | 0011111100111111001111110011111100111111010101010100110101011110 | 3f3f3f3f3f554d5e |
SJIS-WIN | 源?o雍?UM^ | 1000110010111001001111111000001010001111111010001011010000111111010101010100110101011110 | 8cb93f828fe8b43f554d5e |
EUC-JP | 源?o雍?UM^ | 1011100010111011001111111010001111101111111100001011011000111111010101010100110101011110 | b8bb3fa3eff0b63f554d5e |
UTF-8 | 源장o雍렧UM^ | 111001101011101010010000111011001001111010100101111011111011110110001111111010011001101110001101111010111010000010100111010101010100110101011110 | e6ba90ec9ea5efbd8fe99b8deba0a7554d5e |
UHC | 源장o雍렧UM^ | 11101010101110011100000011100101101000111110111111101000101111001000111010110110010101010100110101011110 | eab9c0e5a3efe8bc8eb6554d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)