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 | 謌阪純 | 111001101000100010001101111000111000111110000011 | e6888de38f83 |
EUC-JP | 謌阪純 | 111010111110100010111010111001011011110111100011 | ebe8bae5bde3 |
UTF-8 | 謌阪純 | 111010001010110010001100111010011001100010101010111001111011010010010100 | e8ac8ce998aae7b494 |
UHC | ?阪純 | 0011111111111000101000011110001011101101 | 3ff8a1e2ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)