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 | 曠老熈 | 100111100100010010011000010101101110000010000111 | 9e449856e087 |
EUC-JP | 曠老熈 | 110110111010010111001111101101111101111111100111 | dba5cfb7dfe7 |
UTF-8 | 曠老熈 | 111001101001101110100000111010001000000010000001111001111000011010001000 | e69ba0e88081e78688 |
UHC | 曠老? | 1100111011000111110101101101010100111111 | cec7d6d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)