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 | 甑勘?弄? | 1000110110011001100010101010100000111111100110000100110100111111 | 8d998aa83f984d3f |
EUC-JP | 甑勘?弄? | 1011100111111001101101001010101000111111110011111010111000111111 | b9f9b4aa3fcfae3f |
UTF-8 | 甑勘렞弄긺 | 111001111001010010010001111001011000101110011000111010111010000010011110111001011011110010000100111010101011100010111010 | e79491e58b98eba09ee5bc84eab8ba |
UHC | 甑勘렞弄긺 | 11110001111101111100101011101011100011101010111111010110111001111011000111100111 | f1f7caeb8eafd6e7b1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)