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 | 猶?? | 10010111010100000011111100111111 | 97503f3f |
EUC-JP | 猶?? | 11001101101100010011111100111111 | cdb13f3f |
UTF-8 | 猶ⓥ뵓 | 111001111000110010110110111000101001001110100101111010111011010110010011 | e78cb6e293a5ebb593 |
UHC | 猶ⓥ뵓 | 111010111010001010101000111000101001010010010101 | eba2a8e29495 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)