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 | 型荳┃諄? | 100011000101111011100100101110001000010010101011111001100111100000111111 | 8c5ee4b884abe6783f |
EUC-JP | 型荳┃諄? | 101101111011111111101000101110101010100010101101111010111101100100111111 | b7bfe8baa8adebd93f |
UTF-8 | 型荳┃諄렗 | 111001011001111010001011111010001000110110110011111000101001010010000011111010001010101110000100111010111010000010010111 | e59e8be88db3e29483e8ab84eba097 |
UHC | 型荳┃諄렗 | 11111010111111101101010011100101101001101010110111100010111101001000111010101100 | fafed4e5a6ade2f48eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)