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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ????邀?? | 0011111100111111001111110011111111100111101100010011111100111111 | 3f3f3f3fe7b13f3f |
EUC-JP | ????邀?? | 0011111100111111001111110011111111101110101100110011111100111111 | 3f3f3f3feeb33f3f |
UTF-8 | 嶺뚋살굡邀싳쉰 | 111011111010011010101011111010111001101010001011111011001000001010110100111010101011010110100001111010011000001010000000111011001000101110110011111011001000100110110000 | efa6abeb9a8bec82b4eab5a1e98280ec8bb3ec89b0 |
UHC | 嶺뚋살굡邀싳쉰 | 1110011110101101100011001100111010111011111011001011000110110110111010011010110110011010111011001011110110101110 | e7ad8ccebbecb1b6e9ad9aecbdae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)