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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬧ュ繞ケ諡ャ | 111010011010011110101101111000111000010110111001111001101000101110101100 | e9a7ade385b9e68bac |
EUC-JP | 鬧ュ繞ケ諡ャ | 111100101010100110001110101011011110010111100101100011101011100111101011111010111000111010101100 | f2a98eade5e58eb9ebeb8eac |
UTF-8 | 鬧ュ繞ケ諡ャ | 111010011010110010100111111011111011110110101101111001111011100110011110111011111011110110111001111010001010101110100001111011111011110110101100 | e9aca7efbdade7b99eefbdb9e8aba1efbdac |
UHC | 鬧?繞?諡? | 110101111010001000111111111010011010010000111111111000111100110100111111 | d7a23fe9a43fe3cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)