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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 齏慯坂狽B | 111010001110101110011100110100011000110111100010100101001000001001000010 | e8eb9cd18de2948242 |
EUC-JP | 齏慯坂狽B | 111100001110110111011000110100111011101011100100110001111110001001000010 | f0edd8d3bae4c7e242 |
UTF-8 | 齏慯坂狽B | 11101001101111011000111111100110100001011010111111100101100111011000001011100111100010111011110101000010 | e9bd8fe685afe59d82e78bbd42 |
UHC | ??坂狽B | 00111111001111111111011111111000111110001010110001000010 | 3f3ff7f8f8ac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)