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 | 鉧ク莢ソ | 111110111100101110111000111001001011000010111111 | fbcbb8e4b0bf |
EUC-JP | 鉧ク莢ソ | 100011111110001111101001100011101011100011101000101100101000111010111111 | 8fe3e98eb8e8b28ebf |
UTF-8 | 鉧ク莢ソ | 111010011000100110100111111011111011110110111000111010001000111010100010111011111011110110111111 | e989a7efbdb8e88ea2efbdbf |
UHC | ??莢? | 0011111100111111111110101111100000111111 | 3f3ffaf83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)