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 | 跿瀧響 | 111001101111001110010001111010111000101110111111 | e6f391eb8bbf |
EUC-JP | 跿瀧響 | 111011001111010111000010111011011011011011000001 | ecf5c2edb6c1 |
UTF-8 | 跿瀧響 | 111010001011011110111111111001111000000010100111111010011001111110111111 | e8b7bfe780a7e99fbf |
UHC | ?瀧響 | 0011111111010110111010011111101011000010 | 3fd6e9fac2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)