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 | ûêLhûêL | 11111011111010100100110001101000111110111110101001001100 | fbea4c68fbea4c |
SJIS-WIN | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
EUC-JP | ûêLhûêL | 100011111010101111100101100011111010101110110100010011000110100010001111101010111110010110001111101010111011010001001100 | 8fabe58fabb44c688fabe58fabb44c |
UTF-8 | ûêLhûêL | 1100001110111011110000111010101001001100011010001100001110111011110000111010101001001100 | c3bbc3aa4c68c3bbc3aa4c |
UHC | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)