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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 上瑟ウ | 1000111111100011111000001110110010110011 | 8fe3e0ecb3 |
EUC-JP | 上瑟ウ | 101111101110010111100000111011101000111010110011 | bee5e0ee8eb3 |
UTF-8 | 上瑟ウ | 111001001011100010001010111001111001000110011111111011111011110110110011 | e4b88ae7919fefbdb3 |
UHC | 上瑟? | 1101111110111110111000111010001000111111 | dfbee3a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)