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 | ク莢ョ | 111100001010011110111000111001001011000010101110 | f0a7b8e4b0ae |
EUC-JP | ?ク莢ョ | 00111111100011101011100011101000101100101000111010101110 | 3f8eb8e8b28eae |
UTF-8 | ク莢ョ | 111011101000000110100110111011111011110110111000111010001000111010100010111011111011110110101110 | ee81a6efbdb8e88ea2efbdae |
UHC | ??莢? | 0011111100111111111110101111100000111111 | 3f3ffaf83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)