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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 錝エ鰺跟 | 111110111101110110110100111010011100101111100110111011101111011011011000 | fbddb4e9cbe6eef6d8 |
EUC-JP | 錝エ鰺跟? | 10001111111001001101101110001110101101001111001011001101111011001111000000111111 | 8fe4db8eb4f2cdecf03f |
UTF-8 | 錝エ鰺跟 | 111010011000110010011101111011111011110110110100111010011011000010111010111010001011011110011111111011101001001110111111 | e98c9defbdb4e9b0bae8b79fee93bf |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)