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 | シヲ上瑟ワ | 111100001111010010111100101001101000111111100011111000001110110011011100 | f0f4bca68fe3e0ecdc |
EUC-JP | ?シヲ上瑟ワ | 0011111110001110101111001000111010100110101111101110010111100000111011101000111011011100 | 3f8ebc8ea6bee5e0ee8edc |
UTF-8 | シヲ上瑟ワ | 111011101000001010110011111011111011110110111100111011111011110110100110111001001011100010001010111001111001000110011111111011111011111010011100 | ee82b3efbdbcefbda6e4b88ae7919fefbe9c |
UHC | ???上瑟? | 0011111100111111001111111101111110111110111000111010001000111111 | 3f3f3fdfbee3a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)