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 | òµ§ìµ | 111100101011010110001110101001111110110010110101 | f2b58ea7ecb5 |
SJIS-WIN | ???§?? | 00111111001111110011111110000001100110000011111100111111 | 3f3f3f81983f3f |
EUC-JP | ò??§ì? | 1000111110101011110100100011111100111111101000011111100010001111101010111100000000111111 | 8fabd23f3fa1f88fabc03f |
UTF-8 | òµ§ìµ | 110000111011001011000010101101011100001010001110110000101010011111000011101011001100001010110101 | c3b2c2b5c28ec2a7c3acc2b5 |
UHC | ???§?? | 00111111001111110011111110100001110101110011111100111111 | 3f3f3fa1d73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)