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 | 額??誼? | 10001010011110100011111100111111100010110110001000111111 | 8a7a3f3f8b623f |
EUC-JP | 額??誼? | 10110011110110110011111100111111101101011100001100111111 | b3db3f3fb5c33f |
UTF-8 | 額딆빖誼섷 | 111010011010000110001101111010111001010010000110111010111011100110010110111010001010101010111100111011001000010010110111 | e9a18deb9486ebb996e8aabcec84b7 |
UHC | 額딆빖誼섷 | 11100100111111101000101011101100100101011011100011101011111111101001100101000101 | e4fe8aec95b8ebfe9945 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)