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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 一玖}一玖{^ | 1000100011101010100010111110100001111101100010001110101010001011111010000111101101011110 | 88ea8be87d88ea8be87b5e |
EUC-JP | 一玖}一玖{^ | 1011000011101100101101101110101001111101101100001110110010110110111010100111101101011110 | b0ecb6ea7db0ecb6ea7b5e |
UTF-8 | 一玖}一玖{^ | 111001001011100010000000111001111000111010010110011111011110010010111000100000001110011110001110100101100111101101011110 | e4b880e78e967de4b880e78e967b5e |
UHC | 一玖}一玖{^ | 1110110011101001110011111011100001111101111011001110100111001111101110000111101101011110 | ece9cfb87dece9cfb87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)