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 | 中??弄? | 10010010100001100011111100111111100110000100110100111111 | 92863f3f984d3f |
EUC-JP | 中??弄? | 11000011111001100011111100111111110011111010111000111111 | c3e63f3fcfae3f |
UTF-8 | 中곕렞弄긺 | 111001001011100010101101111010101011001110010101111010111010000010011110111001011011110010000100111010101011100010111010 | e4b8adeab395eba09ee5bc84eab8ba |
UHC | 中곕렞弄긺 | 11110001111010011011000011101011100011101010111111010110111001111011000111100111 | f1e9b0eb8eafd6e7b1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)