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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 額琵俯 | 100010100111101010010100111110101001100011101011 | 8a7a94fa98eb |
EUC-JP | 額琵俯 | 101100111101101111001000111111001101000011101101 | b3dbc8fcd0ed |
UTF-8 | 額琵俯 | 111010011010000110001101111001111001000010110101111001001011111110101111 | e9a18de790b5e4bfaf |
UHC | 額琵俯 | 111001001111111011011101111101011101110011110110 | e4feddf5dcf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)