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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | ???豕] | 001111110011111100111111111001101011001101011101 | 3f3f3fe6b35d |
EUC-JP | ???豕] | 001111110011111100111111111011001011010101011101 | 3f3f3fecb55d |
UTF-8 | 쑹롈쒔豕] | 11101100100100011011100111101011101000011000100011101100100100101001010011101000101100011001010101011101 | ec91b9eba188ec9294e8b1955d |
UHC | 쑹롈쒔豕] | 101111101010101110001110110011101011111010101101111000111100111001011101 | beab8ecebeade3ce5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)