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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 上粮ー鉦オ自 | 10001111111000111110001011101100101100001000111111011110101101011000111010101001 | 8fe3e2ecb08fdeb58ea9 |
EUC-JP | 上粮ー鉦オ自 | 101111101110010111100100111011101000111010110000101111101110000010001110101101011011110010101011 | bee5e4ee8eb0bee08eb5bcab |
UTF-8 | 上粮ー鉦オ自 | 111001001011100010001010111001111011001010101110111011111011110110110000111010011000100110100110111011111011110110110101111010001000011110101010 | e4b88ae7b2aeefbdb0e989a6efbdb5e887aa |
UHC | 上粮?鉦?自 | 11011111101111101101010111011011001111111110111111111010001111111110110110111011 | dfbed5db3feffa3fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)