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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | フ莢ョ | 111100001010111111001100111001001011000010101110 | f0afcce4b0ae |
EUC-JP | ?フ莢ョ | 00111111100011101100110011101000101100101000111010101110 | 3f8ecce8b28eae |
UTF-8 | フ莢ョ | 111011101000000110101110111011111011111010001100111010001000111010100010111011111011110110101110 | ee81aeefbe8ce88ea2efbdae |
UHC | ??莢? | 0011111100111111111110101111100000111111 | 3f3ffaf83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)