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 | 鬩励h閨エ | 111010011010100110010111111000111000001010001000111010001000000110110100 | e9a997e38288e881b4 |
EUC-JP | 鬩励h閨エ | 11110010101010111100111011100101101000111110100011101111111000011000111010110100 | f2abcee5a3e8efe18eb4 |
UTF-8 | 鬩励h閨エ | 111010011010110010101001111001011000101010110001111011111011110110001000111010011001011010101000111011111011110110110100 | e9aca9e58ab1efbd88e996a8efbdb4 |
UHC | ??h閨? | 00111111001111111010001111101000110100001011000100111111 | 3f3fa3e8d0b13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)