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 | ?®? | 001111111010111000111111 | 3fae3f |
SJIS-WIN | 瑩?? | 11100000111100000011111100111111 | e0f03f3f |
EUC-JP | 瑩®? | 111000001111001010001111101000101110111000111111 | e0f28fa2ee3f |
UTF-8 | 瑩®렏 | 1110011110010001101010011100001010101110111010111010000010001111 | e791a9c2aeeba08f |
UHC | 瑩®렏 | 111110111010100110100010111001111000111010100101 | fba9a2e78ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)