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 | 棚即臓賊 | 1001001001001001100100011010011010010001100111111001000110101111 | 924991a6919f91af |
EUC-JP | 棚即臓賊 | 1100001110101010110000101010100011000010101000011100001010110001 | c3aac2a8c2a1c2b1 |
UTF-8 | 棚即臓賊 | 111001101010001110011010111001011000110110110011111010001000011110010011111010001011001110001010 | e6a39ae58db3e88793e8b38a |
UHC | 棚??賊 | 110111011101110000111111001111111110111011100100 | dddc3f3feee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)