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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遑シ迢撮 | 11100111101000011011110011100111100010111000111001000010 | e7a1bce78b8e42 |
EUC-JP | 遑シ迢撮 | 1110111010100011100011101011110011101101111010111011101110100011 | eea38ebcedebbba3 |
UTF-8 | 遑シ迢撮 | 111010011000000110010001111011111011110110111100111010001011111110100010111001101001001010101110 | e98191efbdbce8bfa2e692ae |
UHC | 遑??撮 | 111111001101101000111111001111111111010111001001 | fcda3f3ff5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)