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 | ?????`^ | 00111111001111110011111100111111001111110110000001011110 | 3f3f3f3f3f605e |
SJIS-WIN | 源?o翁?`^ | 10001100101110010011111110000010100011111000100110100101001111110110000001011110 | 8cb93f828f89a53f605e |
EUC-JP | 源?o翁?`^ | 10111000101110110011111110100011111011111011001010100111001111110110000001011110 | b8bb3fa3efb2a73f605e |
UTF-8 | 源장o翁렯`^ | 1110011010111010100100001110110010011110101001011110111110111101100011111110011110111111100000011110101110100000101011110110000001011110 | e6ba90ec9ea5efbd8fe7bf81eba0af605e |
UHC | 源장o翁렯`^ | 111010101011100111000000111001011010001111101111111010001011101010001110101111000110000001011110 | eab9c0e5a3efe8ba8ebc605e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)