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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 骭サ陝サ | 111010011000110010111011111010001001111110111011 | e98cbbe89fbb |
EUC-JP | 骭サ陝サ | 1111000111101100100011101011101111110000101000011000111010111011 | f1ec8ebbf0a18ebb |
UTF-8 | 骭サ陝サ | 111010011010101010101101111011111011110110111011111010011001100110011101111011111011110110111011 | e9aaadefbdbbe9999defbdbb |
UHC | ??陝? | 0011111100111111111000001110110100111111 | 3f3fe0ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)