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 | 罘上外 | 111000111010011110001111111000111000101001001111 | e3a78fe38a4f |
EUC-JP | 罘上外 | 111001101010100110111110111001011011001110110000 | e6a9bee5b3b0 |
UTF-8 | 罘上外 | 111001111011110110011000111001001011100010001010111001011010010010010110 | e7bd98e4b88ae5a496 |
UHC | ?上外 | 0011111111011111101111101110100011100010 | 3fdfbee8e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)