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 | ì½¸ìµ | 111011001011110110001110101110001110110010110101 | ecbd8eb8ecb5 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ì??¸ì? | 100011111010101111000000001111110011111110001111101000101011000110001111101010111100000000111111 | 8fabc03f3f8fa2b18fabc03f |
UTF-8 | ì½¸ìµ | 110000111010110011000010101111011100001010001110110000101011100011000011101011001100001010110101 | c3acc2bdc28ec2b8c3acc2b5 |
UHC | ?½?¸?? | 0011111110101000111101100011111110100010101011000011111100111111 | 3fa8f63fa2ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)