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 | ¼á¼Ò¾ | 101111001110000110111100110100101000111010111110 | bce1bcd28ebe |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?á?Ò?? | 00111111100011111010101110100001001111111000111110101010110100100011111100111111 | 3f8faba13f8faad23f3f |
UTF-8 | ¼á¼Ò¾ | 110000101011110011000011101000011100001010111100110000111001001011000010100011101100001010111110 | c2bcc3a1c2bcc392c28ec2be |
UHC | ¼?¼??¾ | 101010001111100100111111101010001111100100111111001111111010100011111010 | a8f93fa8f93f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)