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 | ¼À¼Ì¼º | 1011110011000000101111001100110010001110101111001000111010111010 | bcc0bccc8ebc8eba |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?À?Ì???º | 0011111110001111101010101010001000111111100011111010101011000000001111110011111100111111100011111010001011101011 | 3f8faaa23f8faac03f3f3f8fa2eb |
UTF-8 | ¼À¼Ì¼º | 11000010101111001100001110000000110000101011110011000011100011001100001010001110110000101011110011000010100011101100001010111010 | c2bcc380c2bcc38cc28ec2bcc28ec2ba |
UHC | ¼?¼??¼?º | 101010001111100100111111101010001111100100111111001111111010100011111001001111111010100010101100 | a8f93fa8f93f3fa8f93fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)