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 | 褓咲く荳 | 1110010111101110100011011110011110000010101011011110010010111000 | e5ee8de782ade4b8 |
EUC-JP | 褓咲く荳 | 1110101011110000101110101110100110100100101011111110100010111010 | eaf0bae9a4afe8ba |
UTF-8 | 褓咲く荳 | 111010001010010010010011111001011001001010110010111000111000000110001111111010001000110110110011 | e8a493e592b2e3818fe88db3 |
UHC | 褓?く荳 | 11011100110011100011111110101010101011111101010011100101 | dcce3faaafd4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)