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 | 腥磯梢 | 111001000100100010001000111010011000111110111101 | e44888e98fbd |
EUC-JP | 腥磯梢 | 111001111010100110110000111010111011111010111111 | e7a9b0ebbebf |
UTF-8 | 腥磯梢 | 111010001000010110100101111001111010001110101111111001101010001010100010 | e885a5e7a3afe6a2a2 |
UHC | 腥磯梢 | 111000011010001111010001101101001111010011111110 | e1a3d1b4f4fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)