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 | ×íûÆ×í | 110101111110110111111011110001101101011111101101 | d7edfbc6d7ed |
SJIS-WIN | ×???×? | 1000000101111110001111110011111100111111100000010111111000111111 | 817e3f3f3f817e3f |
EUC-JP | ×íûÆ×í | 10100001110111111000111110101011101111111000111110101011111001011000111110101001101000011010000111011111100011111010101110111111 | a1df8fabbf8fabe58fa9a1a1df8fabbf |
UTF-8 | ×íûÆ×í | 110000111001011111000011101011011100001110111011110000111000011011000011100101111100001110101101 | c397c3adc3bbc386c397c3ad |
UHC | ×??Æ×? | 101000011011111100111111001111111010100010100001101000011011111100111111 | a1bf3f3fa8a1a1bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)