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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 轜¥什 | 111001110111111010000001100011111000111101011001 | e77e818f8f59 |
EUC-JP | 轜¥什 | 111011011101111110100001111011111011110110111010 | eddfa1efbdba |
UTF-8 | 轜¥什 | 111010001011110110011100111011111011111110100101111001001011101110000000 | e8bd9cefbfa5e4bb80 |
UHC | ?¥什 | 0011111110100001110011011110010010100111 | 3fa1cde4a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)