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 | 苑瀧雉 | 100010011001000110010001111010111110100010110011 | 899191ebe8b3 |
EUC-JP | 苑瀧雉 | 101100011111000111000010111011011111000010110101 | b1f1c2edf0b5 |
UTF-8 | 苑瀧雉 | 111010001000101110010001111001111000000010100111111010011001101110001001 | e88b91e780a7e99b89 |
UHC | 苑瀧雉 | 111010101011110111010110111010011111011011001011 | eabdd6e9f6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)