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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 踉瀧響粡 | 1110011011110010100100011110101110001011101111111110001011100111 | e6f291eb8bbfe2e7 |
EUC-JP | 踉瀧響粡 | 1110110011110100110000101110110110110110110000011110010011101001 | ecf4c2edb6c1e4e9 |
UTF-8 | 踉瀧響粡 | 111010001011100010001001111001111000000010100111111010011001111110111111111001111011001010100001 | e8b889e780a7e99fbfe7b2a1 |
UHC | ?瀧響? | 001111111101011011101001111110101100001000111111 | 3fd6e9fac23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)