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 | 曠漣f | 100111100100010010010111111110001000001010000110 | 9e4497f88286 |
EUC-JP | 曠漣f | 110110111010010111001110111110101010001111100110 | dba5cefaa3e6 |
UTF-8 | 曠漣f | 111001101001101110100000111001101011110010100011111011111011110110000110 | e69ba0e6bca3efbd86 |
UHC | 曠漣f | 110011101100011111010101111111101010001111100110 | cec7d5fea3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)