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 | 甸?}甸?{^ | 100110011011001000111111011111011001100110110010001111110111101101011110 | 99b23f7d99b23f7b5e |
EUC-JP | 甸?}甸?{^ | 110100101011010000111111011111011101001010110100001111110111101101011110 | d2b43f7dd2b43f7b5e |
UTF-8 | 甸긪}甸긪{^ | 111001111001010010111000111010101011100010101010011111011110011110010100101110001110101010111000101010100111101101011110 | e794b8eab8aa7de794b8eab8aa7b5e |
UHC | 甸긪}甸긪{^ | 1110111110100100100000110110111001111101111011111010010010000011011011100111101101011110 | efa4836e7defa4836e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)