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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 惚輔 | 10001101100110111001010111100011 | 8d9b95e3 |
EUC-JP | 惚輔 | 10111001111110111100101011100101 | b9fbcae5 |
UTF-8 | 惚輔 | 111001101000001110011010111010001011110010010100 | e6839ae8bc94 |
UHC | 惚輔 | 11111011111011011101110011010000 | fbeddcd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)