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 | VLhVL | 10001111010101100100110001101000100011110101011001001100 | 8f564c688f564c |
SJIS-WIN | ?VLh?VL | 00111111010101100100110001101000001111110101011001001100 | 3f564c683f564c |
EUC-JP | ?VLh?VL | 00111111010101100100110001101000001111110101011001001100 | 3f564c683f564c |
UTF-8 | VLhVL | 110000101000111101010110010011000110100011000010100011110101011001001100 | c28f564c68c28f564c |
UHC | ?VLh?VL | 00111111010101100100110001101000001111110101011001001100 | 3f564c683f564c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)