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 | 縊e? | 1110001101101111100000101000010100111111 | e36f82853f |
EUC-JP | 縊e? | 1110010111010000101000111110010100111111 | e5d0a3e53f |
UTF-8 | 縊e뀬 | 111001111011100010001010111011111011110110000101111010111000000010101100 | e7b88aefbd85eb80ac |
UHC | 縊e뀬 | 111001001111110010100011111001011000010110100010 | e4fca3e585a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)