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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蓚野クウ | 111001001110100110010110111011001011100010110011 | e4e996ecb8b3 |
EUC-JP | 蓚野クウ | 1110100011101011110011001110111010001110101110001000111010110011 | e8ebccee8eb88eb3 |
UTF-8 | 蓚野クウ | 111010001001001110011010111010011000011110001110111011111011110110111000111011111011110110110011 | e8939ae9878eefbdb8efbdb3 |
UHC | 蓚野?? | 111000101011111011100101101011110011111100111111 | e2bee5af3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)