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 | 邨ろク昴順 | 111001111011010110000010111010111011100010011101111000111000111110000111 | e7b582ebb89de38f87 |
EUC-JP | 邨ろク昴順 | 11101110101101111010010011101101100011101011100011011010111001011011110111100111 | eeb7a4ed8eb8dae5bde7 |
UTF-8 | 邨ろク昴順 | 111010011000001010101000111000111000001010001101111011111011110110111000111001101001100010110100111010011010000010000110 | e982a8e3828defbdb8e698b4e9a086 |
UHC | 邨ろ?昴順 | 111101011011111010101010111011010011111111011001110110111110001011110111 | f5beaaed3fd9dbe2f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)