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 | ú°°û¾ | 111110101011000010001110101100001111101110111110 | fab08eb0fbbe |
SJIS-WIN | ?°?°?? | 0011111110000001100010110011111110000001100010110011111100111111 | 3f818b3f818b3f3f |
EUC-JP | ú°?°û? | 100011111010101111100010101000011110101100111111101000011110101110001111101010111110010100111111 | 8fabe2a1eb3fa1eb8fabe53f |
UTF-8 | ú°°û¾ | 110000111011101011000010101100001100001010001110110000101011000011000011101110111100001010111110 | c3bac2b0c28ec2b0c3bbc2be |
UHC | ?°?°?¾ | 001111111010000111000110001111111010000111000110001111111010100011111010 | 3fa1c63fa1c63fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)