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 | ??… | 00111111001111111000000101100011 | 3f3f8163 |
EUC-JP | ??… | 00111111001111111010000111000100 | 3f3fa1c4 |
UTF-8 | 轢깅… | 111011111010011010001101111010101011100110000101111000101000000010100110 | efa68deab985e280a6 |
UHC | 轢깅… | 111001101011110010110001111010111010000110100110 | e6bcb1eba1a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)