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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??拒??居^ | 001111110011111110001011100100010011111100111111100010111000111101011110 | 3f3f8b913f3f8b8f5e |
EUC-JP | ??拒??居^ | 001111110011111110110101111100010011111100111111101101011110111101011110 | 3f3fb5f13f3fb5ef5e |
UTF-8 | 렺뗑拒렺뗑居^ | 11101011101000001011101011101011100101111001000111100110100010111001001011101011101000001011101011101011100101111001000111100101101100011000010101011110 | eba0baeb9791e68b92eba0baeb9791e5b1855e |
UHC | 렺뗑拒렺뗑居^ | 10001110110000101011011011000100110010111101111010001110110000101011011011000100110010111101110001011110 | 8ec2b6c4cbde8ec2b6c4cbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)