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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???逾? | 001111110011111100111111111001111010010100111111 | 3f3f3fe7a53f |
EUC-JP | ???逾? | 001111110011111100111111111011101010011100111111 | 3f3f3feea73f |
UTF-8 | 連곕슢逾밄 | 111011111010011010011010111010101011001110010101111011001000101010100010111010011000000010111110111010111011000010000100 | efa69aeab395ec8aa2e980beebb084 |
UHC | 連곕슢逾밄 | 11100110111001101011000011101011100110101010111011101011101101011001001101000010 | e6e6b0eb9aaeebb59342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)