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 | 鬘玖エ企。 | 1110100110100001100010111110100010110100100010101110100110100001 | e9a18be8b48ae9a1 |
EUC-JP | 鬘玖エ企。 | 11110010101000111011011011101010100011101011010010110100111010111000111010100001 | f2a3b6ea8eb4b4eb8ea1 |
UTF-8 | 鬘玖エ企。 | 111010011010110010011000111001111000111010010110111011111011110110110100111001001011110010000001111011111011110110100001 | e9ac98e78e96efbdb4e4bc81efbda1 |
UHC | ?玖?企? | 00111111110011111011100000111111110100001110101000111111 | 3fcfb83fd0ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)