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 | 񛬠 | 100011101011000110001110101000101011110011100001 | 8eb18ea2bce1 |
SJIS-WIN | ?±?¢?? | 0011111110000001011111010011111110000001100100010011111100111111 | 3f817d3f81913f3f |
EUC-JP | ?±?¢?á | 00111111101000011101111000111111101000011111000100111111100011111010101110100001 | 3fa1de3fa1f13f8faba1 |
UTF-8 | 񛬠 | 110000101000111011000010101100011100001010001110110000101010001011000010101111001100001110100001 | c28ec2b1c28ec2a2c2bcc3a1 |
UHC | ?±??¼? | 0011111110100001101111100011111100111111101010001111100100111111 | 3fa1be3f3fa8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)