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 | ¼Ñ¼®¼²¼¦ | 1011110011010001101111001010111010111100101100101011110010100110 | bcd1bcaebcb2bca6 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?Ñ?®???¦ | 0011111110001111101010101101000000111111100011111010001011101110001111110011111100111111100011111010001011000011 | 3f8faad03f8fa2ee3f3f3f8fa2c3 |
UTF-8 | ¼Ñ¼®¼²¼¦ | 11000010101111001100001110010001110000101011110011000010101011101100001010111100110000101011001011000010101111001100001010100110 | c2bcc391c2bcc2aec2bcc2b2c2bcc2a6 |
UHC | ¼?¼®¼²¼? | 1010100011111001001111111010100011111001101000101110011110101000111110011010100111110111101010001111100100111111 | a8f93fa8f9a2e7a8f9a9f7a8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)