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 | 誦?}誦?{^ | 111001100111010100111111011111011110011001110101001111110111101101011110 | e6753f7de6753f7b5e |
EUC-JP | 誦?}誦?{^ | 111010111101011000111111011111011110101111010110001111110111101101011110 | ebd63f7debd63f7b5e |
UTF-8 | 誦쿳}誦쿳{^ | 111010001010101010100110111011001011111110110011011111011110100010101010101001101110110010111111101100110111101101011110 | e8aaa6ecbfb37de8aaa6ecbfb37b5e |
UHC | 誦쿳}誦쿳{^ | 1110000111101001110001001111001101111101111000011110100111000100111100110111101101011110 | e1e9c4f37de1e9c4f37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)