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 | 棚蔵臓樽促 | 10010010010010011001000110100000100100011001111110010010010011011001000110100011 | 924991a0919f924d91a3 |
EUC-JP | 棚蔵臓樽促 | 11000011101010101100001010100010110000101010000111000011101011101100001010100101 | c3aac2a2c2a1c3aec2a5 |
UTF-8 | 棚蔵臓樽促 | 111001101010001110011010111010001001010010110101111010001000011110010011111001101010100010111101111001001011111110000011 | e6a39ae894b5e88793e6a8bde4bf83 |
UHC | 棚??樽促 | 1101110111011100001111110011111111110001110111001111010110110101 | dddc3f3ff1dcf5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)