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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???鴉?? | 00111111001111110011111111101001111010110011111100111111 | 3f3f3fe9eb3f3f |
EUC-JP | ???鴉?? | 00111111001111110011111111110010111011010011111100111111 | 3f3f3ff2ed3f3f |
UTF-8 | 緣ⓩ닁鴉뤸름 | 111001111011011110100011111000101001001110101001111010111000101110000001111010011011010010001001111010111010010010111000111010111010011010000100 | e7b7a3e293a9eb8b81e9b489eba4b8eba684 |
UHC | 緣ⓩ닁鴉뤸름 | 111001101101111010101000111001101000100010001010111001001011110010001111111001101011100010100111 | e6dea8e6888ae4bc8fe6b8a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)